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.
Hi,
I am using the below formulla:
CONCATENATE(MONTH([FIRST_TOUCH_DATE_TIME]),YEAR([FIRST_TOUCH_DATE_TIME]))
to get the year and month from a date, there is no syntax error occured , but when I press the OK button I am getting the error as 'CONCATENATE' is not recognized like below:
What should I do now? Please help
Solved! Go to Solution.
hi, @Anonymous
CONCATENATE as DAX Function, and in the query editor, it needs to use M language.
When you're modeling, you can use Dax Function to add a calculate column or calculate measure, but in the query editor,
you need to use M language.
and for your requirement in the query editor, you can use & as below
Best Regards,
Lin
hi, @Anonymous
CONCATENATE as DAX Function, and in the query editor, it needs to use M language.
When you're modeling, you can use Dax Function to add a calculate column or calculate measure, but in the query editor,
you need to use M language.
and for your requirement in the query editor, you can use & as below
Best Regards,
Lin
Hi,
When I am doing calculation at query editor it gives me error, but when I doing this at dashboard by right clicking on the filed it works fine for me.
Please give me advise why I am getting error at query editor only?
Thanks
Sandip
Hi,
When I am doing calculation at query editor it gives me error, but when I doing this at dashboard by right clicking on the filed it works fine for me.
Please give me advise why I am getting error at query editor only?
Thanks
Sandip
User | Count |
---|---|
98 | |
76 | |
76 | |
49 | |
27 |