Hi experts!
I have a measure A like this:
VAR _Sales = [Sales]
RETURN
IF(MAX('Calendar 2'[MonthOffset]) > MAX('Calendar'[MonthOffset]), _Sales, 0)
Then I have a measure B like this:
SUM(Orders[Values])
Both measures I combine in a single measure like A + B.
But then if i put this measure into a matrix to show the values for year-month, then the total is wrong.
How would you adjust the total measure to get the totals right?
I hope this is enough information.
Thanks in advance
Solved! Go to Solution.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
User | Count |
---|---|
103 | |
30 | |
26 | |
17 | |
15 |
User | Count |
---|---|
105 | |
23 | |
22 | |
20 | |
18 |