Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Dear everyone,
I have an issue regarding a calendar column that I created.
In fact, I would like a formula which include the full current month with the future month coming on this year and over the next years. Actually, this is a kind of forecast.
My current formula on the calendar is the following :
Thanks you very much.
Regards,
Solved! Go to Solution.
Hi @Anonymous
Create a measure
Measure = IF(DATEDIFF(TODAY(),MAX('calendar'[Date]),MONTH)>=0,1,0)
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Does this work?
Flag After Today = if('Calendar'[Date] >= EOMONTH(TODAY(),-1)+1;"Yes";"No")
Hi @Anonymous
Create a measure
Measure = IF(DATEDIFF(TODAY(),MAX('calendar'[Date]),MONTH)>=0,1,0)
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I tried this measure :
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
88 | |
86 | |
68 | |
51 | |
32 |
User | Count |
---|---|
126 | |
112 | |
72 | |
64 | |
46 |