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
Chandram
Frequent Visitor

Show measure for only selected data in slicer remaining as blanks in matrix chart

Hi All,

 

I have below Matrix table in PowerBI 

 

Incident GroupCat1Cat2Cat3Cat4
ABC2345
DEF1298
GHI2356
JKL8135

I have IncidentGroup as Slicer, when i select value in slicer values should come only for that.

for Ex : If i Select ABC in Slicer want to see table like below.

 

Incident GroupCat1Cat2Cat3Cat4
ABC2345
DEF    
GHI    
JKL    

Is there any posiblity to achieve this.

Thanks in Advance.

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

Hi @Chandram ,

According to your description, here’s my solution.

1.Create a new table, there’s no relationship between the two tables.

vkalyjmsft_0-1637222477035.png

2.Create a measure

M_Value = IF(MAX('Table'[Incident Group]) in VALUES(DimGroup[Incident Group]),SUM('Table'[Value]),BLANK())

3.Put Incident Group of the new table into slicer and put the measure M_Value into value.

vkalyjmsft_1-1637222477041.png

 

Best Regards,
Community Support Team _ kalyj

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

3 REPLIES 3
v-yanjiang-msft
Community Support
Community Support

Hi @Chandram ,

According to your description, here’s my solution.

1.Create a new table, there’s no relationship between the two tables.

vkalyjmsft_0-1637222477035.png

2.Create a measure

M_Value = IF(MAX('Table'[Incident Group]) in VALUES(DimGroup[Incident Group]),SUM('Table'[Value]),BLANK())

3.Put Incident Group of the new table into slicer and put the measure M_Value into value.

vkalyjmsft_1-1637222477041.png

 

Best Regards,
Community Support Team _ kalyj

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

@Chandram , USe this option and check - Show item with no data. Work well if the incident is from a dimension table

 

ShowItemwithoutdata.JPG

It is not working for ths when filter Slicer it measures only for that remainig as blanks.

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.