Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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 😄
Solved! Go to Solution.
@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
Proud to be a Super User!
@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
Proud to be a Super User!
Thanks @negi007 for help this has worked! Is there a way to display all values on the X axis instead of increments of 2?
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 68 | |
| 33 | |
| 33 | |
| 31 |