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.
Hi All,
I came across a dataset, where I have to display 2 icons under same date in an matrix view . How would we solve the issue
The image avove, where we have the number 2, it has two values(icons) to be shown on the same date. Any suggestions, please
create new icons that represent all possible permutations. Then in your measure compute which icon to show. You could base it on the icon name
icon1.png
icon1_icon2.png
icon3_icon5.png
etc
Another alternative is to use SVG to dynamically draw your icons (and the text too)