Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I have data downloads from April 15 and April 30. I want a graph to show category counts on those two dates. Problem is when I drop the Date Field into the X-Axis it fills in every day in between the 15th and the 30th, which are all zero because I have no date from the 16th, 17th, 18th, and so on. I only want to group on the specif dates from my data, How do I suppress or stop the visual from inserting those "in between" calendar dates ?
Disregard, I have the solution. Change the X-AXIS from "Continuous" to "Categorical"
| User | Count |
|---|---|
| 16 | |
| 11 | |
| 11 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 38 | |
| 34 | |
| 32 | |
| 29 | |
| 20 |