The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Guys,
I want to write Power BI M query that will combine Text and Current Year
i.e. Variable = Text + Current Year
= "02/" + Date.Year(DateTime.LocalNow())
Any suggestion ?
Thanks
Amit
Solved! Go to Solution.
Hi @amsrivas ,
"02/" & Text.From(Date.Year(DateTime.LocalNow()))
Hi @amsrivas ,
"02/" & Text.From(Date.Year(DateTime.LocalNow()))