Forum Discussion
Luke_Howells
Helper I
5 years ago1-10 X Axis Without Data
Hi, I have a new set of data which comes from a survey where people can answer quesitons on a scale of 1-10. As the data is new it only had a few records of data in it. What I want to do is display t...
- 5 years ago
Luke_Howells you can have your data in the below format in the visual. change the x-axis to continuous instea of cateogrial
let's me know if it works for you. thanks
Jihwan_Kim
Super User
5 years agoHi, Luke_Howells
I assume you created a measure.
In order to visualize zero value in the chart, please try to add +0 at the very last part of your measure.
Or, try to write something like below.
new measure = COALESCE ( Your measure, 0)
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM