Forum Discussion
Anonymous
6 years agoNot applicable
How to highlight changed values after every refresh
Hi All, I have requirement to highlight or detect only those values which are changed after refresh. lets say I have data as below Before refresh country |ID |Date Range US ...
Anonymous
6 years agoNot applicable
Hi Anonymous ,
You need to define a date as last refresh date like create a calculated column.
Column = NOW()
then use the date range compare with the column.
if(date range=column,1,0)
After that you can use conditional formatting feature to hightlight the changed values.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
edhans
6 years agoCommunity Champion
Anonymous - how would it know what the old data was? when it refreshes, everythign is "new" so it all has the same refresh time.