Forum Discussion
Michele_Zanoni
8 years agoFrequent Visitor
Data import of daily data
Hello all, I'd like to submit a problem. We have a SQL Database on Azure and would like to create a dashboard/report that shows daily data (as in, the data relative to the day prior to the actual...
- 8 years ago
That seems like a pretty clean way to do it honestly. You are attacking the data at the source which should be the most efficient way of doing it. Otherwise, you'd have to import more data than you need and do like a "Days Ago" measure/column and a filter.
Greg_Deckler
Community Champion
8 years agoThat seems like a pretty clean way to do it honestly. You are attacking the data at the source which should be the most efficient way of doing it. Otherwise, you'd have to import more data than you need and do like a "Days Ago" measure/column and a filter.
Michele_Zanoni
8 years agoFrequent Visitor
Thank you for your prompt answer, Greg.
- Greg_Deckler8 years ago
Community Champion
No problem. If you feel that is the answer, please mark it as the accepted solution. The mods are on a tear about getting solutions marked as accepted answers.