The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
110 | |
80 | |
66 | |
53 | |
52 |
User | Count |
---|---|
121 | |
117 | |
77 | |
64 | |
63 |