Forum Discussion
User2804
1 year agoNew Member
historical data for dynamic table
I have a dynamic database, and I want to keep a history of the data while adding only the new data with each weekly or monthly update. I would like to achieve this in Power Query. Is it possible? Inc...
Omid_Motamedise
1 year agoSuper User
It is not easily possible in power query.
if you use Power Bi, maybe you can add a step by using Python script to export the result into CSV and then use that inside the code also,
if you use Excel, it become a little bit more challenging
- User28041 year agoNew Member
Yes I'm using Power BI, is it possible to add a python code to extract the data in cvs file (millions of rows) ?