Forum Discussion
Problem with Drill-Down measure
Anonymous Use ISINSCOPE function instead of ISFILTERED to find out if you are at the next level and return the value from measure accordingly. Read about ISINSCOPE here.
Check my latest blog post Year-2020, Pandemic, Power BI and Beyond to get a summary of my favourite Power BI feature releases in 2020
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
Thanks for the answere i tried InScope and Iscrossfiltered both.
On the top level i get the follwing response:
Iscrossfiltered is already 1 here and therefore returns the wrong value.
On the Drill-Down-Level:
Iscrossfiltered is correct the other two return the wrong value.
And if i explitly select something IsFiltered is also correct.
So basically InScope never works for me or I used it wrong. (I just swapped the IsFiltered in the original measure with the other two commands).
And the other two both only work in one of two cases.