Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Is there a way of filtering by the column higlighted in red rather than the grand total of all of the rows combined. The below is a matrix visual.
Thank you in advance
Solved! Go to Solution.
Hi @Anonymous ,
You can add a measure similar to below into visual level filter to filter above Matrix.
Measure = CALCULATE ( SUM ( DATA[Value] ), FILTER ( DATA, DATA[Date] = CALCULATE ( MAX ( DATA[Date] ), ALL ( DATA ) ) ) )
Hi @Anonymous ,
You can add a measure similar to below into visual level filter to filter above Matrix.
Measure = CALCULATE ( SUM ( DATA[Value] ), FILTER ( DATA, DATA[Date] = CALCULATE ( MAX ( DATA[Date] ), ALL ( DATA ) ) ) )
User | Count |
---|---|
70 | |
70 | |
34 | |
23 | |
22 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |