Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi Guys,
Currently I am working with a line visual in which I want to show the budgets for each month of the current year. In this visual I also want to see the upcoming months that have no data yet. In order to show these I found out that you can use the "show items with no data" value.
This does work for my visual when I make it a bar chart:
However, when using the exact same data and turning it into a line chart, it does not show my empty months:
Does anybody have an idea on how to fix this?
My data comes from SQL and looks like the following:
Kind regards,
Max
Solved! Go to Solution.
Hi @MaxSchrijen23 ,
If you change the type of the x-axis to "categorical" and enable 'Show items with no data' option, you can see the blank values.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @MaxSchrijen23 ,
If you change the type of the x-axis to "categorical" and enable 'Show items with no data' option, you can see the blank values.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks a lot!
@amitchandak , this leads to the following:
Preferably I don't want these lines to jump to 0, but just stop after 7. Is that also possible?