The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I try to use infographic designer it shows combination with no values
Output is terrible because of that each row has only about 7 combinations with values, but graph shows 81 combinations on Axis X
Hi @pstanek,
By my tests, it seems that Infographic designer will not show the blank values.
As a workaround, you could create a measure with dax fomula to show blank value as a default value, then it will show on Infographic designer visual.
Measure = IF(ISBLANK(MAX('Table1'[Sales])),1,MAX('Table1'[Sales]))
In addition, you also could have the more professional support from Power BI Custom Visuals Forum.
Best Regards,
Cherry
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
79 | |
78 | |
44 | |
39 |
User | Count |
---|---|
150 | |
116 | |
68 | |
64 | |
58 |