Forum Discussion
PowerBIBeginer
1 year agoHelper V
need 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
1 year agoSuper User
Power 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
1 year agoHelper V
Could you help me then how do I get those excluded when every time I do raw dump refresh?
- danextian1 year agoSuper 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.