This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
how not to show value in matrix column?
If not expanded i want it to be blank, then when i collapsed i will see the value.
thanks in advance
Solved! Go to Solution.
Hi, @Anonymous
you can try to match the text color to the background so that it looks blank, that could be a woraround. or you can use ISINSCOPE dax func to determine your your current level of drill down.
for example,
Measure =
IF(
ISINSCOPE(Table[YourColumnName]),
SUM(Table[YourValueColumn]),
BLANK()
)
refer: https://learn.microsoft.com/en-us/dax/isinscope-function-dax
Proud to be a Super User!
got it thank you
if my answer is helpful then accept it as a solution and why not give it a kudos.
Proud to be a Super User!
Hi, @Anonymous
you can try to match the text color to the background so that it looks blank, that could be a woraround. or you can use ISINSCOPE dax func to determine your your current level of drill down.
for example,
Measure =
IF(
ISINSCOPE(Table[YourColumnName]),
SUM(Table[YourValueColumn]),
BLANK()
)
refer: https://learn.microsoft.com/en-us/dax/isinscope-function-dax
Proud to be a Super User!
Check out the May 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 |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 |