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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
MasterT
New Member

Line Chat to Continue on zero line when value is blank instead of a single dot.

Good Day Fam, 

 

Please assist with below, i am having challenges with below, i want this lines on below to continue to be on zero for that particular month when the is no value/blank. can you assist?

MasterT_0-1635342339724.png

 

1 ACCEPTED SOLUTION
TheoC
Super User
Super User

Hi @MasterT 

 

I recommend adjusting you adjust the values by adding a +0 to your measures. Or, alternatively, create a Calculated Column like the following:

 

Column = IF ( ISBLANK ( 'Table[Column] ) , 0 , Table[Column] )

 

Just replace the Table name and Column Name you're using in your visual with the above.

 

All the best.

Theo

 

If I have posted a response that resolves your question, please accept it as a solution to formally close the post.

Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!

Want to connect?www.linkedin.com/in/theoconias

View solution in original post

1 REPLY 1
TheoC
Super User
Super User

Hi @MasterT 

 

I recommend adjusting you adjust the values by adding a +0 to your measures. Or, alternatively, create a Calculated Column like the following:

 

Column = IF ( ISBLANK ( 'Table[Column] ) , 0 , Table[Column] )

 

Just replace the Table name and Column Name you're using in your visual with the above.

 

All the best.

Theo

 

If I have posted a response that resolves your question, please accept it as a solution to formally close the post.

Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!

Want to connect?www.linkedin.com/in/theoconias

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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