This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 36 | |
| 32 | |
| 25 | |
| 23 |