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]