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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.