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

Matrix visual: remove rows where status equal 100%

Hi 

 

I have a Matrix visual that displays different Software in installation states. If 100% is installed I would like for the row to be removed from the visual, making it easier to focus on the problems. The percentage is calculated by the visual, Show Value as -> Percent of Row Total

Example Matrix of what I have:

 

 FailedInstalledNot installedPending
Software A 100%  
Software B3.77%90.57% 5.66%
Software C0.48%97.58 1.93%
Software D 100%  

 

Example Matrix of what I would like:

 

 FailedInstalledNot installedPending
Software B3.77%90.57% 5.66%
Software C0.48%97.58 1.93%

 

Is it possible? 

1 ACCEPTED SOLUTION
6 REPLIES 6
Ahmedx
Super User
Super User

Share sample pbix file to help you.

jgaard
Frequent Visitor

Sorry I did not see this answer. 


https://drive.google.com/file/d/1tD_vZr4AjD0VKGlAKLd9lnUiBaZsAHHA/view?usp=sharing

I just want ro remove/hide the rows where 100% is installed. 

 

Ahmedx
Super User
Super User

you can write like this

IF( [Installed] >= 1, BLANK(),[Installed] )
jgaard
Frequent Visitor

I figured out that I need to do a measure, I should have known that. 😉 

But it comes up with an error, "The value for 'installed' cannot be determined. Either the column doesn't exist, or there is no current row for this column." 
Does this error occur because my Matrix comes from the values of "installState" and not from it's own column. 

jgaard
Frequent Visitor

Where excatly would I write that? I'm not that well into Power BI (but trying to get there).

 

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.