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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have created one table for the calenderauto function to get the dates in my data source so that I can create a unique table but the problem is that it is showing months from Jan-22 to Dec-23 in columns but I required only those months for which I have the data in my source like I have a date range from sep-22 to present so I need all the dates in that from sep-22 to present and should go on as dates are adding.
Is any one know how to do it?
Solved! Go to Solution.
@Anonymous
maybe you can try to use calendar instead of calendarauto
calendar(min(table[date]),max(table[date])
Proud to be a Super User!
@Anonymous
maybe you can try to use calendar instead of calendarauto
calendar(min(table[date]),max(table[date])
Proud to be a Super User!
Thank you for the solution I just tried this and it worked fine.
you are welcome
Proud to be a Super User!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 107 | |
| 100 | |
| 38 | |
| 29 | |
| 29 |