Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
ChrisClever
Frequent Visitor

Time intelligence without date column

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:

ProjectTime spentTime planned
Proj1345999
Proj2234888

 

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:

 

ProjectTime spentTime plannedDate
Proj13459992021-09-01
Proj22348882021-09-01
Proj13569992021-09-02
Proj22408882021-09-02
Proj13679992021-09-03
Proj22478882021-09-03

 

With rows added everyday.

Could you please help me out?

2 REPLIES 2
v-jingzhang
Community Support
Community Support

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.

AlexisOlson
Super User
Super User

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.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors
Top Kudoed Authors