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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
I need dax expression to rename the below table
MonthYear
July 2017
July 2018
I want to rename July 2017 to YTD 2017 and July 2018 to YTD 2018 to use it on my matrix table.
How can l achieve this in Power BI
Just create a measure called YTD 2017 and have it reference the July 2017 data. Or rename the column manually, or rename it in Power Query, which can change columns.
DAX functions are like Excel functions in that they cannot actually change data, but just calculate it and return results.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingHi Ed,
Thanks for your responding, can you show an example of the referencing with the measure.
Thanks
Probably = SUM(tablename[July 2017]) or =SUM(July 2017) if it is a measure itself.
If that isn't right, post sample data so we can see what the underlying data looks like and how July 2017 is being arrived at.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingCheck out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!