Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I am creating a matrix and have 2 types of counts. We have counts by the category and then a running total count that consists of the following measure:
RunningTotal = CALCULATE(SUM('Main Table'[Count]), FILTER(ALL('Main Table'), 'Main Table'[Identified]<= MAX('Main Table'[Identified])))
When I add this measure as a value to the matrix, it automatically adds it as a new column, however I am wanting this value to appear as a row in the matrix. Any advice on how to format this visual accordingly?
Solved! Go to Solution.
Hi @Anonymous
Measures cannot be used as a row for matrix visual. you need to use column or calculated columns as rows. in your case it would be
RunningTotal Column = CALCULATE(SUM('Main Table'[Count]), FILTER(ALL('Main Table'), 'Main Table'[Identified]<= EARLIER('Main Table'[Identified])))
Here is a visual of the current visual for reference
Hi @Anonymous
Measures cannot be used as a row for matrix visual. you need to use column or calculated columns as rows. in your case it would be
RunningTotal Column = CALCULATE(SUM('Main Table'[Count]), FILTER(ALL('Main Table'), 'Main Table'[Identified]<= EARLIER('Main Table'[Identified])))
Hi @az38 ,
Thanks for the tip, that seems to be working. One follow-up question if you don't mind. Is there a way when I add that column to my matrix for it to appear at the same level instead of having to drill down to get to those values?
@Anonymous
not sur ewhat do you mean. maybe you need to add this column as Column for Matrix visual
The requirement I have is to add that running total count to the bottom of this matrix, where the red box is highlighted.
Right now, with the new calculated column, I need to drill down on this visual to see the running total
Hopefully this helped to make a little more sense.
@Anonymous
Unfortunately, there is no such option 😞 you can create an idea here https://aka.ms/PBI_Comm_Ideas
Gotcha- thank you for your help!
@Anonymous
if you have no more questions - please, mark any useful post as solution to close this thread
User | Count |
---|---|
123 | |
76 | |
63 | |
50 | |
50 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |