Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam PL-300 All Questions

View all questions & answers for the PL-300 exam

Exam PL-300 topic 2 question 84 discussion

Actual exam question from Microsoft's PL-300
Question #: 84
Topic #: 2
[All PL-300 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have a Power BI report that imports a date table and a sales table from an Azure SQL database data source. The sales table has the following date foreign keys:

• Due Date
• Order Date
• Delivery Date

You need to support the analysis of sales over time based on all the date foreign keys.

Solution: You create measures that use the USERELATIONSHIP DAX function to filter sales on the inactive relationship between the sales table and the date table.

Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
jaume
1 day, 10 hours ago
Selected Answer: A
you need to link the tables using the three Date fields require in the analysis. Only one relationship between two tables can be active. In the measures involving the Dates fields linked with the inactive relationships, the RELATIONSHIP() function is required to turn (within that measure) that relation to Active
upvoted 1 times
...
LuluSkyy
3 weeks, 3 days ago
The correct answer is A. you use USERELATIONSHIP
upvoted 2 times
...
f07fa5c
1 month, 2 weeks ago
Selected Answer: A
Yes, USERELATIONSHIP() activates a disables relationship, and therefore pairs well with an inactive relationship, like in the question.
upvoted 1 times
...
f07fa5c
1 month, 2 weeks ago
Yes, USERELATIONSHIP() activates a disables relationship, and therefore pairs well with an inactive relationship, like in the question.
upvoted 2 times
...
Jayaruwan
2 months, 1 week ago
Selected Answer: A
Yes is the correct answer
upvoted 2 times
...
Endeetheanalyst
2 months, 2 weeks ago
Yes, is the correct answer
upvoted 2 times
Tex02
2 months, 2 weeks ago
i agree the dax function to userelationship is for this purpose.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...