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

Measure issue

Dear all,

 

Please find below my issue :

 

I built a table with 2 columns from 2 tables :

Capture.JPG

And like you see, for this ticket the ENR_IBM_Team is "non"

 

But when I create the same table and I add a simple measure like  "Target 95% = 95", Power BI displays all the possibilities of the field "ENR_IBM_Team" :

image.png

 

So when I put a filter on ENR_IBM_Team="oui", the table displays this ticket while normally this "ENR_IBM_Team" of this ticket is "non" :

image.png

 

The data model : 

image.png

Can you explain why I have this issue ? 

 

Thanks

 

Luca 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Anonymous ,

I'd like to suggest you add if statement with condition to control which row measure result display, otherwise it will loop on each records and expand displayed records even if they are hidden by power bi. (power bi will hide records which not has correspond value, but measure calculation without condition will force displayed hidden records)

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @Anonymous ,

I'd like to suggest you add if statement with condition to control which row measure result display, otherwise it will loop on each records and expand displayed records even if they are hidden by power bi. (power bi will hide records which not has correspond value, but measure calculation without condition will force displayed hidden records)

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors