Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi!
It looks like i stumbled upon a problem that i can't solve. I'm even starting to think it's unsolvable 🙂
I'm fetching data from sql:
| Project | Time spent | Time planned |
| Proj1 | 345 | 999 |
| Proj2 | 234 | 888 |
What i am trying to do is to add a column with last refresh date and append the table to another with historical data. So, that i have a log for every day with the values:
| Project | Time spent | Time planned | Date |
| Proj1 | 345 | 999 | 2021-09-01 |
| Proj2 | 234 | 888 | 2021-09-01 |
| Proj1 | 356 | 999 | 2021-09-02 |
| Proj2 | 240 | 888 | 2021-09-02 |
| Proj1 | 367 | 999 | 2021-09-03 |
| Proj2 | 247 | 888 | 2021-09-03 |
With rows added everyday.
Could you please help me out?
Hi @ChrisClever
Agree that Power BI is not a database to hold all historical data.
In this case, you could export data from this table into another table in database daily (maybe need more DB experience or automatic tools) and add a Date column in the new table which records when new data is inserted. Then connect to this new table with Power BI. You can also export data into other data sources like Excel or CSV files with exporting datetime in filenames. Then connect to these files and combine them into one table with Power Query Editor.
Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
This is not time intelligence. This is trying to get Power BI to act like a database.
I think there are some convoluted hacks using incremental load that could achieve this but I'd strongly recommend using a different tool for creating and storing historical data.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |