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.
Wannta to show 0% in chart, Power Bi doesn't show data of 0%.
The chart didn't show data of wk23 and wk25 due to their data of 0%, just wannta to know how to show them in chart.
Thanks~~
Solved! Go to Solution.
Hi @Weijuan,
The question is not the 0% values is the blank values, when you have blank or null values the graphs and visuals by default don't consider those information, what you need to do is in your Query editor change the values from null/blank to 0 or if it's a calculated measure/column do a IF statement validating if result is null and the placing the 0%.
Check the two values images below:
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Weijuan,
The question is not the 0% values is the blank values, when you have blank or null values the graphs and visuals by default don't consider those information, what you need to do is in your Query editor change the values from null/blank to 0 or if it's a calculated measure/column do a IF statement validating if result is null and the placing the 0%.
Check the two values images below:
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi MFelix,
Many thanks for your help. I made it!
Cheers,
Weijuan