The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
16 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
13 | |
13 | |
8 | |
8 |