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
How could i go about returning the FiscalMonthNum dynamically using a measure, its October so i need it to return 8 for me, next month i would need it to return 9 automatically, see screenshot below:
Solved! Go to Solution.
you need to reference TODAY(), e.g.
Measure = MOD(MONTH(TODAY())-3,12)+1
will give 8 in October, 10 in Dec, 11 in Jan, etc.
you need to reference TODAY(), e.g.
Measure = MOD(MONTH(TODAY())-3,12)+1
will give 8 in October, 10 in Dec, 11 in Jan, etc.
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 |
|---|---|
| 60 | |
| 53 | |
| 40 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 97 | |
| 81 | |
| 35 | |
| 29 | |
| 25 |