Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi Experts,
I have to measuere one is current month month to date sales "[CM MTD Sales]"
2nd is Qualified Units "[Qualified Units]"
about two measure related to two differnect tables like sales and qualificat units for incentives. belwo DAX measure works fine in matrix on row levle or party level but its net total in not corrected, in net total the dax again apply formula conditions and return less value from both Variable although i wants to sum up the data which is created by row level. plz guide how to solve the issue.
Pic is attached:
Applied measure works correctly on row or party lelve in martix but net total is not corrected:
You're welcome.
Hi talespin !
I cant work out with your suggstions and method plz guide me with sample pbix file data.
Here is sample data please guide me, help me how to solve this issue and make net total with SUMX or with any other method.
PBIX File and Supporting Data:
https://drive.google.com/file/d/1VlDRSNO5uNnfH8mZxcLXT_W4QE1QEat-/view?usp=sharing
hi @123abc
Please use this measure. Exported to csv with original measure and sum is 1455. Please note that this measure will always calculate at this level Account Number, Party Name and Branch. If you happen to include another dimension column to visual, you will have to adjust SUMMARIZE.
This is how this measure is working.
Creating a table using summarize with Account Number, Party Name and Branch. Since SUMX is an iterator, it will iterate each row of result of SUMMARIZE.
Each combiation of Account Number, Party Name and Branch will act as a filter for your measures
Hi @123abc ,
This is how your measure is currently working.
At row level there is a filter coming from visual, but at total level there is no filter from visual.
So TotalSum = 2986 and TotalQualified = 4277, that is why you are getting total as TotalSum.
Use SUMX to fix this. and call your measures inside SUMX and pass the filters manually(though filters are propagated automatically during context transition).
If still any issue, please share pbix file with any sensitive data removed.
Thank You very much for your kind replay, if i have any issue regarding this then i will provide you sample data and further explanations.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
17 | |
17 | |
16 |
User | Count |
---|---|
27 | |
26 | |
19 | |
15 | |
14 |