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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I am trying to concatenate Year, Month and Day column into one column in power BI.
I tried with Date = FORMAT(DATE('Table'[YEAR],'Table'[Month],1),"MM-YYYY").
But it seems Format doesn't work for directquery.
Can anybody please help me to slove this?
Your urgent response will be highly appriciated.
Thank you 🙂
What are you trying to achieve, a date column, an integer column, or a string column?