Forum Discussion
Anonymous
2 years agoNot applicable
Add everydays new data to a table
Hello,
I have a table (Table) like this :
3/01 A
I have new data everydays
Day 2 : Input => 4/01 B
Table : 3/01 A
4/01 B
Day 3 : Input => 5/01 C
Table : 3/01 A
4/01 B
5/01 C
To summarize, i want to use a table Input and a Table that use this Table Input but keep the history of the previous inputs
Do you know how can i do this ?
Thank you in advance
1 Reply
- Syndicate_AdminAdministrator
Power BI has no memory. You need to store your source data further upstream.