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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
debenaire
Helper I
Helper I

Time Travel Reporting?

Hi, I am storing data which timestamps any changes to records and inserts them into a table as a new record. As such there will be duplicate IDs but with slightly different data where there have been changes

 

I want to use this data for "time travel" purposes.

 

Ie. "On the 27th of February 2023, what was the list of sites.

 

My thinking is to create a calculated table using a parameter that is configured in a report to effectively filter the table based on the first value for each record prior to the date in the parameter.

 

My table has headings:

LoadUTC (the date the new record is loaded)

Id (the unique referecne - although there will be multipes of these as data is changed)

 

Any thoughts on this approach please and if so what would the dax look like? Also mindful at scale will this approach be an issue?Thanks in advance!

5 REPLIES 5
debenaire
Helper I
Helper I

thanks but what we need is the slicer to have every possible day even if that day is not the exact same create date, the logic will choose the first date equal to or less than the slicer date for each id

 

Anonymous
Not applicable

Hi @debenaire ,

You can create a New table:

Table = CALENDAR(DATE(2000,1,1),NOW())

The final output is shown in the following figure:

vxiandatmsft_0-1701670371556.png

Best Regards,

Xianda Tang

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

Anonymous
Not applicable

Hi @debenaire ,

Can you give us a sample data table, so that we can help you solve the problem quickly, thank you.

Best Regards,

Xianda Tang

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

Thank you. see attached example where we can see different entries for the same dataset id, based on the parameter / slicer selected in a visual it would filter the table to the results seen. 

 

2023-11-29 09_34_49-Book1 - Excel.png

 

Anonymous
Not applicable

Hi @debenaire ,

Below is my table:

vxiandatmsft_0-1701313022028.png

It doesn't need DAX to implement your result plot, just slicer filtering.Maybe I misunderstood the whole process

The final output is shown in the following figure:

vxiandatmsft_1-1701313254756.png

Best Regards,

Xianda Tang

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

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.