The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
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
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