Forum Discussion
1-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 the answers to the survey in a visual format. However as there are only a few records I cannot get it to display 1-10 on the X axis only what is in the data. Below is a visual of what I am trying to explain.
The visual on the top is what I have and on the bottom is what I want. There are about 10 questions in the survey and I want to display the answers for all questions like this. Can someone help and let me know how I can get 1-10 on my X axis without having the data to do so?
Thanks in advance 😄
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
3 Replies
- negi007
Community Champion
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
- Luke_Howells
Helper I
Thanks negi007 for help this has worked! Is there a way to display all values on the X axis instead of increments of 2?
- Jihwan_Kim
Super User
Hi, 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