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
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
112 | |
105 | |
95 | |
38 | |
30 |