Forum Discussion
PowerBIBeginer
Helper V
1 year agoneed some dax or logic
Hi All, Every month I used to download one excel data from one of the work tracker tool. This excel download i took every monday and the same excel sheet I upload in power bi in table. Now on tha...
danextian
Super User
1 year agoPower BI reads data directly from the source and does not store previously generated random values. Those 22 records will always reappear after each refresh if they are present in the source. The records that need to be excluded must be tracked or stored somewhere and then fed back into the model as a reference for exclusion.
PowerBIBeginer
Helper V
1 year agoCould you help me then how do I get those excluded when every time I do raw dump refresh?
- danextian1 year ago
Super User
Do you already have a separate data source that tracks those records already included in the prior quality check? Without that, there's no way to exclude them.