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
Anonymous
Not applicable

Mislead display on visualization

Dear friends

 

i only have data at two point at 1400 and 2000 but i need it to show other value as zero (let line close 0 value on x axis) not joint directly as we see on screenshot below ,

what should i do.

Screenshot (133).png

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Check is it a continuous type axis . Make it categorical and check. If needed add +0 to the measure 

Axis_type.png

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous , Check is it a continuous type axis . Make it categorical and check. If needed add +0 to the measure 

Axis_type.png

AllisonKennedy
Super User
Super User

@Anonymous  What data are you plotting on this graph? It looks like you have data for other points, as the line is not straight. 

 

One thing you can do is to turn the X-Axis continous to OFF in the formatting for the visual, this will leave a gap in your chart where there is no data. 

 

Other thing you can try is to create a measure, and add +0 or IF(ISBLANK([value]), 0, [value])

to force the line to drop to zero when there is no data. 


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Anonymous
Not applicable

@AllisonKennedy  if i turn the X-Axis continous to OFF my visual will look like this, x axis will not be sorted by their value no moreScreenshot (135).png

Sorry, I was writing this from memory. You cannot turn continuous to off - you have to switch it to Categorical. 


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

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.