Forum Discussion

ArchStanton's avatar
ArchStanton
Power Participant
5 months ago
Solved

Advice about excluding old data

Hi, My data model is connect to a Live Dynamics CRM system, my report refreshes daily (overnight) and everything is working well. However, I have a lot of old data from 2018 & 2019 that is not used...
  • cengizhanarslan's avatar
    5 months ago

    If you are sure the business will never report on that migrated 2018–2019 data, then filtering it out in Power Query is the right approach. First, add the filter as early as possible in the query steps, ideally right after the source and type-setting steps. That gives Power BI the best chance to fold the filter back to Dynamics/Dataverse, so fewer rows are pulled before the later transformations run.