Forum Discussion
Anonymous
4 years agoNot applicable
undefined
Hi PBI Experts, I am a new learner of Power Bi, but have a query with which I need Help. I am trying to achieve conditional formatting on data with heirarchy, but not able to get desired solutio...
- Anonymous4 years ago
Hi All,
I have now changed the logic into 2 different measures and with the help of Button and Bookmark i was able to meet my requirment.
so closing this thread and Thank you all for your help.Regards,
Ravisha
Anonymous
4 years agoNot applicable
Hi Anonymous ,
You may try ISINSCOPE() to change the first hierarchy:
Measure = IF(ISINSCOPE('Table'[Sub2]),BLANK(),0)
Please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.