Answered step by step
Verified Expert Solution
Question
1 Approved Answer
16 1 Mark You create a Power BI report for regional sales data. You write a measure to calculate the Percentage of Sales. The measure
16 1 Mark You create a Power BI report for regional sales data. You write a measure to calculate the Percentage of Sales. The measure is calculating the percentages incorrectly as shown in the image below. q6img-incorrect.jpg You need to re-write the measure so that the percentage is correct for each country and region and the total percentage is 100%. The measure should calculate the percentages as shown in the image below. q6imgcorrect.jpg How should you re-write the measure? Percentage of Sales = DIVIDE(SUM(RegionalSales[Sales]), CALCULATE(SUM(RegionalSales[Sales]), [Select the correct option to be
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started