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.
Hi every one,
Is it possible to define a kind of "bus stop route" with Power BI?
The report should return live data at which position the process (bus) is located and mark this "bus stop" in yellow.
As the process progresses, the previous "bus stop" should be highlighted in green.
In the event of an error, this "bus stop" should be marked in red.
Can this be implemented?
Many thanks in advance
Frank
Solved! Go to Solution.
Yes - you would have to push not just the new position (with yellow marker) but also re-push the previous position (now with green marker) into your streaming dataset. Much like the programming for the Snake game.
Yes - you would have to push not just the new position (with yellow marker) but also re-push the previous position (now with green marker) into your streaming dataset. Much like the programming for the Snake game.