Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi all,
I got a requirement of an indicator in my Matrix table. So I added a measure with only UNICHAR(11044), which is a circle. But I saw in Total (Subtotal and Grand total), this included in. How to hide this ?
Also it is strange whereby I put a rule like this :
but it looks the icon is black (which is the original color). But anyway I want to hide it.
Thanks,
Solved! Go to Solution.
You could replace HASONEVALUE with ISINSCOPE or HASONEFILTER on your Product ID column. That should do it. Also, you can search for Unichar lists to find ones like this one. It shows White Circle is 25CB I think.
List of Unicode characters - Wikipedia
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
You could replace HASONEVALUE with ISINSCOPE or HASONEFILTER on your Product ID column. That should do it. Also, you can search for Unichar lists to find ones like this one. It shows White Circle is 25CB I think.
List of Unicode characters - Wikipedia
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Your column name is hidden, but basically just wrap your measure in IF(HASONEVALUE(Table[Your Column]), [YourMeasure])
The total rows will have multiple values and return blank.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Hi @mahoneypat
It looks working, but with some exception. I changed the measure to be like this:
KPI icon = IF(
HASONEVALUE('Product'[Item id]),
UNICHAR(11044),
BLANK()
)
The grouping which is the Product group, if by any chance the Group contain only 1 item number, it will still shows that "black/original" circle.
How to get the list of UNICHAR btw ? got an idea, why not show the original as white circle. What is the UNICHAR for white circle ?
Thanks
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |