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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
jerpic
Frequent Visitor

Matrix : Do not display the other values that don't match the filter

Hello,

 

I have this matrix.

 

jerpic_0-1639999004126.png

built with that parameters :

 

jerpic_1-1639999055410.png

 

I would like to show only the skills that match a specific value, for that I applied a filter on the "Min de RATING" like that.

 

jerpic_2-1639999141526.png

 

As result, I got that one : 

 

jerpic_3-1639999179662.png

 

I would like to get as result that display.

 

USERSKILL 1SKILL 2SKILL 3
USER 11  
USER 2  1
USER 311 
USER 4 11

 

Any help would be very appreciated.

 

Best Regards,

 

 

 

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

Hi  @jerpic ,

Here are the steps you can follow:

1. Create measure.

 

Flag =
IF(
    MIN('TBL_SKILL_NEW'[RATING])=1,MIN('TBL_SKILL_NEW'[RATING]),BLANK())

 

2. Result:

vyangliumsft_0-1640243573481.png

 

Best Regards,

Liu Yang

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

4 REPLIES 4
v-yangliu-msft
Community Support
Community Support

Hi  @jerpic ,

Here are the steps you can follow:

1. Create measure.

 

Flag =
IF(
    MIN('TBL_SKILL_NEW'[RATING])=1,MIN('TBL_SKILL_NEW'[RATING]),BLANK())

 

2. Result:

vyangliumsft_0-1640243573481.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

amitchandak
Super User
Super User

@jerpic , A simple measure like this

Measure = CALCULATE(min(TBL_SKILL_NEW[RATING]), FILTER(TBL_SKILL_NEW,TBL_SKILL_NEW[RATING] =1))

 

Find file attached after signature

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
amitchandak
Super User
Super User

@jerpic , Try a measure like 

maxx(filter(ADDCOLUMNS(summarize(Table, Table[User], Table[skill]), "_1",[Min De Rank]), [_1] =1),[_1] )

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Hi @amitchandak 

 

Thanks for your quick reply. Unfortunately, I'm not sure how to use it...

 

If you can look at my file, it would be nice : PBIX 

 

Best Regards,

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.