Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi,
i'm using format function and giving month number as input, where month number is 1 it is giving December as output.
Any idea what could be going wrong here?
Thanks,
Dilkush
Solved! Go to Solution.
Can you post your formula?
format(month(date),"mmmm")
I also used another way where first i created column which will hold month values and then use
format(<column which has month number>,"mmmm")