Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
92 | |
75 | |
65 | |
49 | |
38 |
User | Count |
---|---|
114 | |
89 | |
80 | |
60 | |
40 |