Forum Discussion
visualizations not updating after data refresh
- 3 years ago
@amtichandak,
thanks for the reply. you're right, there was 1 filter being applied to all pages that was causing expected data to get filtered out before reaching the visuals. an upstream source that was populating the source table had a very slight change ( 'ab-cd' expected but replaced with 'ab- cd'). strip out the space and life is good again.
tstad9i , check if there filter added in the power query step. Or are you using SQL query, that is limiting the data
Also check page level and report level filter.
The max result set direct query can give you is 10M rows, so should work
- tstad9i3 years agoNew Member
@amtichandak,
thanks for the reply. you're right, there was 1 filter being applied to all pages that was causing expected data to get filtered out before reaching the visuals. an upstream source that was populating the source table had a very slight change ( 'ab-cd' expected but replaced with 'ab- cd'). strip out the space and life is good again.