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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Can you suggest me how can I create such calculated column? I want to combine month and year so that it will come in this format - Jan 2011, and so on. This is a direct query storage mode and the data is coming from AAS.
Solved! Go to Solution.
@Anonymous , In DAx Few columns are possible, Try if this can work
New column = [Month] & "-" & [Year]
User | Count |
---|---|
98 | |
75 | |
74 | |
49 | |
26 |