Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
Is there any way to force PowerBI NOT showing icons here? I tried to hide it, but without success.
when I unroll the table, it's absolutely OK
Thank you very much!!
Solved! Go to Solution.
Measure:
ShowIcon =
IF(
ISINSCOPE('YourTable'[SubLevelColumn]), // Check if in scope of a child level
1,
0
)
Under the field/column where you want to conditionally show icons, apply Icons formatting.
Rules: Set up a rule:
Format icons when ShowIcon equals 1.
If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
Measure:
ShowIcon =
IF(
ISINSCOPE('YourTable'[SubLevelColumn]), // Check if in scope of a child level
1,
0
)
Under the field/column where you want to conditionally show icons, apply Icons formatting.
Rules: Set up a rule:
Format icons when ShowIcon equals 1.
If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |