Forum Discussion

basimretal's avatar
basimretal
Frequent Visitor
1 year ago
Solved

Creating a Historical Table from a Blank Query

Hello all, I managed to connect to a data source using the below code. However, the challenge is that the output is one row, and with every refresh, it updates the same row. I want to create a histo...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi basimretal ,

    According to your question, you want to get the value of each time, as a history for overlay right, but due to the limitation of power query, he will only get the latest value every time he executes the M language code, there is no way to do an effective record of the history value, my suggestion is that you can use python on the newly created csv file as a history of the value of the archives, and then use the power bi.

    Below are the related cases I found for you which have been solved, I hope it will help you to solve your problem!
    Solved: PowerBI API Integration - Microsoft Fabric Community

    Hope it helps!

    Best regards,
    Community Support Team_ Tom Shen

    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.