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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.