Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Measure issue

Dear all,

 

Please find below my issue :

 

I built a table with 2 columns from 2 tables :

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" :

 

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" :

 

The data model : 

Can you explain why I have this issue ? 

 

Thanks

 

Luca 

  • Anonymous's avatar
    Anonymous
    6 years ago

    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

1 Reply

  • Anonymous's avatar
    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