PL-300 Exam QuestionsBrowse all questions from this exam

PL-300 Exam - Question 24


HOTSPOT

-

You attempt to use Power Query Editor to create a custom column and receive the error message shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Show Answer
Correct Answer:

Discussion

14 comments
Sign in to comment
RazaTheLegend
Apr 12, 2023

Given answers are correct

LouStar2
May 29, 2023

This was on the exam today

MoxieTT
Jun 2, 2023

With sitting the exam so recently, how did you find it and are you finding these questions align closely to the real exam?

LouStar2
Jun 5, 2023

Much better than the microsoft practice exam. Generally I really rate examtopics. There are just no other useful resources IMO

Roxy1
Jun 7, 2023

did u study question after the 22nd page also

MoxieTT
Jun 12, 2023

I found the official Measure Up practice paper useless. I was also disappointed with Skillcertpro's practice papers. From narrowly missing the pass mark, I can say, many of these questions are identical. Have you attempted the exam yet?

Igetmyrole
Sep 5, 2023

Mismatched data types and A1 are the correct answers. The custom column expression is trying to concatenate (use the "&" operator) a text value and a number value, which are mismatched data types. In this case, the left side of the operator is a text value (e.g.,"A"), and the right side is a number value (e.g.,1). To achieve the desired outcome of the custom column as "A1", you should ensure that both sides of the "&" operator have the same data type, which is text in this case.

MoxieTT
Jul 7, 2023

This was on the exam

Shalaleh
May 2, 2023

Given answer is correct.

sdaaram
Jul 13, 2023

This was on exam yesterday

lizbette
Apr 29, 2023

can someone explain the syntax? where did the "&" come from? what does the { } mean"

abhishek15695121
Apr 5, 2023

given answers are correct

MarcoW91PL
Apr 4, 2023

Correct Answer

dataguru08
Apr 30, 2023

Can someone please explain why is it A1?

joaowendling
May 1, 2023

In the error message, you can see that we are trying to concatenate two "parts", the left one (which is "A") and the right one (which is the number 1). The "&" is how we are concatenating (in Power Query the syntax "abc"&"def" will result in "abcdef"

KARELA
May 13, 2023

can someone please share the resource from where this is referenced?

PBI2916
Dec 20, 2023

I tried "A"&1 to create custom column . It gives the same error as shown in the picture.

inejo
Jun 8, 2023

De acuerdo con la respuesta

Kiran37
Jul 21, 2024

correct answer