Forum Discussion
Manivannan
Helper I
9 years agoMonth Name
Hi All, I have created a direct query to display month. But it is displaying in numbers. This is the query i used : "DATEPART("MONTH" , [AxDB].[dbo].[CUSTINVOICETRANS].[INVOICEDATE]) as Month," ...
- 9 years ago
Then you can try adding a conditional column with if [MonthNo] = 1 then [MonthName] = "JAN" for every one month.
- 9 years ago
In Direct Query mode, all direct format approach with DAX/POWER QUERY will not work. You can only use SWITCH() to get the Month Name as ausrine suggested.
Regards,
ausrine
9 years agoFrequent Visitor
Then you can try adding a conditional column with if [MonthNo] = 1 then [MonthName] = "JAN" for every one month.
lravikiran
Helper I
7 years agoYou should have written the full formula . :manhappy: