Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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 |
---|---|
72 | |
71 | |
70 | |
43 | |
42 |
User | Count |
---|---|
49 | |
42 | |
29 | |
28 | |
27 |