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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I am wondering how to change the x axis spacing on one of my graph I have the following x axis
But I want something instead of by month I want something by the first day of month something like this
But I cannot figure it out how to do this.
I have a dates column which is every 7 days
Not sure how to do this.
Solved! Go to Solution.
Hi @Anonymous
Create a new column for Month Start Date.
Month Start = STARTOFMONTH('Table'[Date])
Mark this post as a solution if that works for you!
Check out this blog of mine: How to Export Telemetry Data from Azure IoT Central into Power BI
Hi @Anonymous
Create a new column for Month Start Date.
Month Start = STARTOFMONTH('Table'[Date])
Mark this post as a solution if that works for you!
Check out this blog of mine: How to Export Telemetry Data from Azure IoT Central into Power BI
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 63 | |
| 55 | |
| 42 | |
| 41 | |
| 23 |
| User | Count |
|---|---|
| 171 | |
| 136 | |
| 119 | |
| 80 | |
| 54 |