Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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)