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

Variable Table


I have a measure that changes every day, but I need to create a table that records this measure​​, for example:

Yesterday I had a number "10" in a measure,

But today the number "10" is lost and I start to have a number "20" in a measure. And every day it changes.

 

I need a table to record all these variable numbers, for example: In this case in my Variable Table will have:

 

DateNumber
Yesterday10
Today20
TomorrowXXX

 

And the table keeps accumulating the variable values for 30 days, it is possible?

 

Tks a lot!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous 

Measures are dynamic, while calculated tables are static, and we cannot use calculated tables to store the daily dynamics of measures.

You can try to extract the data of the measure every day, then store it into a excel. You can use power automate to implement it, you can refer to the following link.

Solved: export data from power bi visuals to excel automat... - Microsoft Power BI Community

 

Best Regards!

Yolo Zhu

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

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous 

Measures are dynamic, while calculated tables are static, and we cannot use calculated tables to store the daily dynamics of measures.

You can try to extract the data of the measure every day, then store it into a excel. You can use power automate to implement it, you can refer to the following link.

Solved: export data from power bi visuals to excel automat... - Microsoft Power BI Community

 

Best Regards!

Yolo Zhu

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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