This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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 ) ) )
)
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 23 | |
| 23 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 63 | |
| 38 | |
| 25 | |
| 23 | |
| 22 |