Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
DomantasK
Frequent Visitor

Dynamic filtering according matrix values

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:

download (1).png

"Show data point as a table" result. The sum of these detailed values is 1,27

download.png

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

1 ACCEPTED SOLUTION
v-xinruzhu-msft
Community Support
Community Support

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])))

 

 

vxinruzhumsft_0-1672296237581.png

vxinruzhumsft_1-1672296254365.png

 

 

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.

 

View solution in original post

1 REPLY 1
v-xinruzhu-msft
Community Support
Community Support

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])))

 

 

vxinruzhumsft_0-1672296237581.png

vxinruzhumsft_1-1672296254365.png

 

 

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.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.