Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

smart filtering in multisource report

I am building a Power BI report from multiple sources, that have diferent intervals of updates. Every update I place a new dump file in Sharepoint so I can compare the data and see old dashboards by ...
  • lbendlin's avatar
    5 years ago

    You might be able to use LASTNONBLANK(), LASTDATE(), or MAX() if all you want is to get the latest data from each feed based on your (disconnected) dates selection.