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
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
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