Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a dashboard report for our company which one updates every 30 min. I wanted to do when one value increased or decreased blink. can i do that?
Solved! Go to Solution.
I cant do blink but i changed background which data updated.
First i created measure like this: SUM(App[CarBought?])
After i created second mesure like this:
i substracted these measure values and handled with if statement like this:
after that when data refreshed, if instant data count different with before 30 min count it changes background
I cant do blink but i changed background which data updated.
First i created measure like this: SUM(App[CarBought?])
After i created second mesure like this:
i substracted these measure values and handled with if statement like this:
after that when data refreshed, if instant data count different with before 30 min count it changes background
after your response i just created a mesure which one count data before 30 min. and created another mesure which one substract this measure value with current value. with if statement if these two value bigger than 0 1, else 0. and i did conditional formatting for background. if this value 1 background is black. Waiting for new data now. I hope it works
no i got only this measure. im connecting with direct query
@sercaneryaz I don't see how that is possible if you don't have anything to compare it to. You can get blinking if you use SVG such as this: SVG Animation - Bouncing/Blinking Stephen Few 'Red... - Microsoft Power BI Community
no i dont have. i just have this value with direct querry
yes Measure is Car Bougth =CALCULATE(COUNT(App[Guid]),App[Status]=800)
@sercaneryaz , do you have a measure that can tell difference between the value before and after refresh
User | Count |
---|---|
77 | |
75 | |
46 | |
31 | |
28 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |