Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get 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

Reply
Pepok_14
Frequent Visitor

Blank value visualized as 100% in the Clustered column chart.

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.

1 ACCEPTED SOLUTION
Pepok_14
Frequent Visitor

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.  


View solution in original post

3 REPLIES 3
Pepok_14
Frequent Visitor

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.  


v-heq-msft
Community Support
Community Support

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
 



Fowmy
Super User
Super User

@Pepok_14 

Is it possible to show or share a dummy file/chart that represent your scenario?


Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.