This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more
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.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 20 | |
| 20 |