okviz / synoptic-panel-issues

Issues with Synoptic Panel
0 stars 0 forks source link

Does the Synoptic Panel Visual Support streaming data? The measure on hover reflects the incorret value. #30

Closed elfohl closed 1 month ago

elfohl commented 1 month ago

Is there an existing issue for this?

Current Behavior

My name is Liz and I work at Microsoft. I am putting together a Synoptic Pannel (my first one), of a simple race track. (I created this simple visual.)

I’m trying to get my streaming data to move around the track. I’m speaking at an automotive event about Power BI and thought this would be a cool use case. Everything works great. My visual works great and I’ve plotted all my “areas” on the loop.

I’m struggling with the measure, and how it works.

TotalPoint = sum(RealTimeData[AllPoint])

What should the measure be representative of? • The total of all cars, which would be 10… which if I put that value in a card I see 10. • Or total for that car, visual above. • It’s something else all together and I’m not clear where this is coming from and how the visual sees the measure?

Power BI

Power BI Desktop

Power BI Version

2.133.902.0 64-bit (September 2024)

Steps To Reproduce

image

Sample report

image

Screenshot

Synoptic Panel setup

Anything else?

Maybe the synoptic panel doesn't support streaming data sources?

danieleperilli commented 1 month ago

Synoptic Panel can highlight existing SVG shapes by matching their id with data. It's not able to move shapes around, sorry.

elfohl commented 1 month ago

I was able to figure it out.

I needed to change the area number to the area name I wanted and include a dax measure to only “fill in” the last received car, now the bubbles look like they are moving. 😊 @.***

From: Daniele Perilli @.> Sent: Thursday, September 26, 2024 2:01 AM To: okviz/synoptic-panel-issues @.> Cc: Elizabeth Fohl @.>; Author @.> Subject: Re: [okviz/synoptic-panel-issues] Does the Synoptic Panel Visual Support streaming data? The measure on hover reflects the incorret value. (Issue #30)

Synoptic Panel can highlight existing SVG shapes by matching their id with data. It's not able to move shapes around, sorry.

— Reply to this email directly, view it on GitHubhttps://github.com/okviz/synoptic-panel-issues/issues/30#issuecomment-2376006611, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AO5KC52V4HKVRLW3X2CPZADZYOPJ5AVCNFSM6AAAAABO3OATJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZWGAYDMNRRGE. You are receiving this because you authored the thread.Message ID: @.**@.>>