Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hey guys,
so i have thos power query, that uses an online source. This source contains one column that gets update every month. The data in this column gets overwritten, no new column is added.
In my Excel sheet however, I want my query to add a new column everytime the data source-column gets updated. Tha Columns of the last month should be named after that very month.
Is this possible ?
Thanks in advance,
Nic
I think you should use macro in excel.
One way, for instance, could be this: load each month (the output of you query) in a differente sheet of your workbook and, using formulas or VBA, summarise this data in a table stored somewhere.
A peraphs simpler to implement way: get via VAB the data of each mount and store as value in table adding a new column each time.
There is no persistent storage in Power Query, but you can use the technique I describe here as a work around. https://exceleratorbi.com.au/keeping-track-of-changes-on-a-website-power-bi/
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.