This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello,
I'm wondering what could be a possible way to filter the data that is visualised in the matrix?
In this case, I have aggregated values displayed in matrix and slicer allows to filter only the detailed values (which appears in "Show data point as a table", second picture picture):
Current matrix and slicer:
"Show data point as a table" result. The sum of these detailed values is 1,27
So all in all, I need the slicer to be able to filter the values that are displayed in the matrix (range from 1,00 to 1,27 in this case), without losing the other (blurred) columns
Solved! Go to Solution.
Hi @DomantasK
I think you can create a sum column of the value, then put it to the slicer.
e.g
Column = CALCULATE(SUM('Table'[Value]),FILTER('Table','Table'[Type]=EARLIER('Table'[Type])))
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @DomantasK
I think you can create a sum column of the value, then put it to the slicer.
e.g
Column = CALCULATE(SUM('Table'[Value]),FILTER('Table','Table'[Type]=EARLIER('Table'[Type])))
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the May 2026 Power BI update to learn about new features.
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 |
|---|---|
| 32 | |
| 26 | |
| 25 | |
| 24 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 48 | |
| 26 | |
| 21 | |
| 20 |