Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Proud to be a Super User!
Solved! Go to Solution.
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 time
2. 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
Proud to be a Super User!
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.
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 time
2. 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
Proud to be a Super User!
Hi @visheshjain ,
A horizontal scrolling is available at:
https://appsource.microsoft.com/en-us/product/PowerBIVisuals/WA104381018
All column item can scroll row by row in Horizontal fashion.
No control on say first 10 rows or so. Sample file is available on the link given.
Hope it helps.
Hi @mahenkj2,
Already seen and tried this visual and its not working the way I want it to.
The only that came close was the KPI Ticker but even that is with its limitations.
Thank you for taking the time to respond.
Vishesh Jain
Proud to be a Super User!
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.
Hi @v-junyant-msft,
Not very well versed with Python but I tried googling it but didn't find any concrete solution.
It would be great if you can help me with the script.
Thank you,
Vishesh Jain
Proud to be a Super User!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
104 | |
99 | |
97 | |
41 | |
38 |
User | Count |
---|---|
151 | |
123 | |
79 | |
73 | |
71 |