Forum Discussion
Required Dax Correction / Help
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
Explanation 1Explanation 2
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