Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I have a matrix that I created a measure for the values field and every row in the dropdown shows the same value until the next new amount. I only want the amount to show at the parent level. See below
Current
Parent1 Parent1Value
--Child1 Parent1Value
--Child2 Parent1Value
Parent2 Parent2Value
--Child1 Parent2Value
This is what I need from the matrix
Parent1 Parent1Value
--Child1 -blank-
--Child2 -blank-
Parent2 Parent2Value
--Child1 -blank-
Solved! Go to Solution.
Hi @Educate ,
You must use something similar to this:
Measure = IF(ISINSCOPE(Table[[Child]), Blank(), [Measure Value])
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThank you soooo much. I read about the ISINSCOPE funtion but I was not able to get it to work until now. Thank you for the correct syntax.
Hi @Educate ,
You must use something similar to this:
Measure = IF(ISINSCOPE(Table[[Child]), Blank(), [Measure Value])
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi, your formula work to hide measure value while expand child rows but then the measure value completely disappear, it should showup in Row Header.
Any idea how can do that?
Thank you soooo much. I read about the ISINSCOPE funtion but I was not able to get it to work until now. Thank you for the correct syntax.
User | Count |
---|---|
84 | |
79 | |
71 | |
48 | |
43 |
User | Count |
---|---|
111 | |
54 | |
50 | |
40 | |
40 |