Forum Discussion
Vertical Auto Scrolling
- 2 years ago
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
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.
- visheshjain2 years agoImpactful 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
- Anonymous2 years agoNot 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.- visheshjain2 years agoImpactful Individual
Hi Anonymous,
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
- mahenkj22 years agoSolution Sage
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.
- visheshjain2 years agoImpactful Individual
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