Forum Discussion

Michele_Zanoni's avatar
Michele_Zanoni
Frequent Visitor
8 years ago
Solved

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...
  • Greg_Deckler's avatar
    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.