Forum Discussion
Vertical Auto Scrolling
Hello everyone,
Does anyone know of any visual, in-built or custom, in which we can have a table that is vertically auto scrolling and runs like a ferris wheel.
E.g. We have a total of 20 lines to display and only 10 can be displayed at the same time.
So it starts with 1-10, then 2-11 then 3-12 and then when the 12th line reaches the top, it should show 12-20 and then 1st line again at the bottom.
Hence, like a ferris wheel.
Please let me know if this can be achieved some how.
If you have any further questions, please let me know.
Thank you,
Vishesh Jain
Hi mahenkj2,
Thank you for taking the time to respond.
The KPI Ticker by MAQ software is a better option but even that has its limtations:
1. You can only display 1 measure at a time2. Max 4 items can be displayed
I am trying to leverage the Python visual and use multiple measures in it to make them scrollable.
If anyone knowing Python has any expertise in it, I would really appreacite the help.
Thank you,
Vishesh Jain
6 Replies
- mahenkj2Solution Sage
Hello,
It is a tile rotator and might not be the thing you are looking for.
https://youtu.be/Bm-q_QslBZ0?si=PlHfQEnrpJr59g_J
You seem to be an expert and can find clue from it.
- visheshjainImpactful Individual
Hi mahenkj2,
Thank you for taking the time to respond.
The KPI Ticker by MAQ software is a better option but even that has its limtations:
1. You can only display 1 measure at a time2. Max 4 items can be displayed
I am trying to leverage the Python visual and use multiple measures in it to make them scrollable.
If anyone knowing Python has any expertise in it, I would really appreacite the help.
Thank you,
Vishesh Jain
- AnonymousNot applicable
Hi visheshjain ,
As far as I know, there are no visual objects in Power BI for the time being that do what you want. But I think your idea is worth being considered and I will help you with feedback.
I can offer some suggestions on how to achieve this effect using python:
You can try a circular scrolling effect using a circular queue.
Or you can try using the index of the array.
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.