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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

How to hide a value in a matrix when a condition from a different table has been met

Hello everyone,

 

I have the following problem:

I would like to hide certain values in my matrix if the condition for a different value is <5. So far I have tried the following measure:

AMA1.3 =
IF(
MIN(AnzahlMA_kumu[aktive_mitarbeiter]) < 5,
BLANK(),
COUNT('Freitag/Samstag kumu'[anruf1.1])
)
 
The measure however does not show the expected result. This is what comes out:
Tanukicchi_0-1694066052501.png

And this is a different matrix that i made quickly, showing the values of AnzahlMA_kumu[aktive_mitarbeiter] and how it should be applied:

Tanukicchi_1-1694067024861.png

As you can see, the values 3, 3 and 4 should be hidden only instead of two whole columns.

I think it is also important that I show how the tables are connected, because the two tables are cumulated and thus cannot be connected directly and I had to use two different tables to create a circle:

Tanukicchi_2-1694067258901.png

I hope this much suffices so far in regards to information. I hope you can help me with this one. 

1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.