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
Hello,
Can someone help me with this formula? What I want done is that anything on my "Week No." column that has 1-4, in the new column "Months", it comes up as "Jan", 5-8 is "Feb", and so on. But I'm getting an error on the dash after 2022. It works fine in Alteryx but not sure if the formula is different in Power BI.
DateTimeFormat(DateTimeAdd(DateTimeAdd('2022-01-01',-ToNumber(DateTimeFormat('2022-01-01','%w')),'Days'),7*[Week No.],'Days'),'%b')
Solved! Go to Solution.
I think the formula would be:
Date.ToText(#date(2022, 1, 1) + [Week No.] * #duration(7, 0, 0, 0), [Format = "MMM", Culture = "en-us"])
I think the formula would be:
Date.ToText(#date(2022, 1, 1) + [Week No.] * #duration(7, 0, 0, 0), [Format = "MMM", Culture = "en-us"])
That worked, thank you.
Hi,
i think you have to use " instead of '.
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 |
|---|---|
| 12 | |
| 12 | |
| 10 | |
| 6 | |
| 5 |