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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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