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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Create a dynamic table adding a new line every day

I want to create a table with values a produce every day.

Every new day  i want the old values to be kept with the day the were produced and a new line should be added with the newvalues.

In the end a table will be created with values which are produced and are unique for every day.

 

 

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , You can create such table in dax using calendar

 

calendar(Date(2021,01,01), Toady())

 

you can use addcolumns to add some logic have values

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

the difficult part is to archive the value of the previous day.

The value of the previous day is no longer available the current day of the report so it has to be archived

 

ckapelis_0-1657713659860.png

in the 13/07/2022 i will not longer know the pipeline of the 12/07/2022.

 

So i will have to create a table adding the last available value every day

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

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.