Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
I have a date column As of Date in my table Status, I need to extract month and year from this column. How do I do that
Solved! Go to Solution.
customDate = FORMAT ( 'TABLENAME'[Date], "MMMYY" )
create New Column and use above
You could also add a custom column in Query Editor.
Date.ToText([As of Date], "MMM-yy")
This Date.ToText os not working in my case
customDate = FORMAT ( 'TABLENAME'[Date], "MMMYY" )
create New Column and use above
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
100 | |
67 | |
44 | |
37 | |
36 |