Forum Discussion
Find total using DAX in Matrix table
- 5 years ago
Hi, Anonymous
According to your description and sample picture, I think you want to use a measure to get the value in the Matrix you highlighted. Right? You can try this measure:
This is my test data based on your sample picture:
Measure = CALCULATE(SUM('Table'[Computer Units]),FILTER('Table',[Level 1]=">$800"))And you can get what the value, like this:
You can download my test pbix file here
If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.
How to Get Your Question Answered Quickly
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Share the link from where i can download your PBI file.
Hi Ashish, thanks for the reply. Unfortunately I do not have a PBI with dummy date to share with you..