Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi
I am using the below formula and i get the following result = 4-2019
i want the result to be a shortened version of year, so result wanted = 4-19
how do i achieve this?
Solved! Go to Solution.
@Sean-OReilly , supposing the PURCHASEORDERS_ORDERS[DELIVERY_DATE] column is date format, you might want to try,
M-YY = FORMAT( PURCHASEORDERS_ORDERS[DELIVERY_DATE], "M-YY" )
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
@Sean-OReilly , supposing the PURCHASEORDERS_ORDERS[DELIVERY_DATE] column is date format, you might want to try,
M-YY = FORMAT( PURCHASEORDERS_ORDERS[DELIVERY_DATE], "M-YY" )
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
User | Count |
---|---|
10 | |
8 | |
5 | |
5 | |
4 |