Forum Discussion
PJ202
3 years agoNew Member
Save daily updated data coming from dataflow
Hello,
I have a requirement where in my dataset get its data from a dataflow which gets updated daily based on current date. I basically want to save everydays data based on current date in power bi . Please help me solve this.
Basically if i get 50000 rows of data on 10/19 and 51000 rows of same data with few additions again on 10/20 i shud be able to save both days of data as a stack.
Thanks
2 Replies
- Greg_DecklerCommunity Champion
PJ202 Dataflows save information in Azure Data Lake Storage Gen2. You should be able to create a Azure Data Factory job that saves the information off each day somewhere else.
- PJ202New Member
Is their any way i can save this data in powerbi dataset for trend analysis?