Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello,
could you please help me to understand why blank value is visualized as 100% in Clustered column chart with all other items? I have items on x-Axis and their availability% on y-Axis. Measure called Availability calculates availability of each item in percentage. I'm getting blank value for Item1, which is correct. Item1 was not used during last month.
Despite that, when I display the Item1 along with others in the Clustered column chart, it shows an incorrect value of 100%.
I will be grateful for any advice. Thanks in advance.
Solved! Go to Solution.
Hi @Fowmy / @v-heq-msft
thanks for your willingness to help me with this problem. I was able to fix it by rounding numbers to 2 decimal places. I had some small discrepancies on 12th decimal places in some measures, which caused that it was evaluated incorrectly and Power BI visualized wrong data in the Clustered column chart.
Hi @Fowmy / @v-heq-msft
thanks for your willingness to help me with this problem. I was able to fix it by rounding numbers to 2 decimal places. I had some small discrepancies on 12th decimal places in some measures, which caused that it was evaluated incorrectly and Power BI visualized wrong data in the Clustered column chart.
Hi @Pepok_14 ,
According to your description, you can try to troubleshoot your problem in the following ways:
1.Adjust the DAX formula for the 'Availability' measure to correctly handle blank or null values. For instance, you might want to use an or function to set the value to 0% when the item has not been used.
Availability = IF(ISBLANK([YourCalculation]), 0, [YourCalculation])
2.Ensure that the data type for your 'Availability' measure is set to Percentage, and the formatting is accurate within the measure settings.
Best regards
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@Pepok_14
Is it possible to show or share a dummy file/chart that represent your scenario?
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
90 | |
87 | |
84 | |
68 | |
49 |
User | Count |
---|---|
131 | |
111 | |
96 | |
71 | |
67 |