Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
i have measure eg,
Solved! Go to Solution.
Hi @Anonymous ,
Is the following result what you want:
ScrollingText = "Below is the filtered result: " & [Scroler]Scroler =
IF (
MAX('Table'[EUC Max Color]) = "Red",
"Euc User services Need for Focus",
IF (
MAX('Table'[App Max Color])= "Red",
"Application services Need for Focus",
IF (MAX('Table'[InfraMax Color]) = "Red", "Infrastructure services Need for Focus" )
)
)
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi everyone i have done this task by using a visual scroller and by calculated column ,
Thanks
Hi everyone i have done this task by using a visual scroller and by calculated column ,
Thanks
Hi @Anonymous ,
Is the following result what you want:
ScrollingText = "Below is the filtered result: " & [Scroler]Scroler =
IF (
MAX('Table'[EUC Max Color]) = "Red",
"Euc User services Need for Focus",
IF (
MAX('Table'[App Max Color])= "Red",
"Application services Need for Focus",
IF (MAX('Table'[InfraMax Color]) = "Red", "Infrastructure services Need for Focus" )
)
)
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous Thanks for your reply but i wanted to use it as a scroller and i have done it by importing a visual name Scroller and by using a calculated column as measure was not working in scroller. But thanks for your reply.
thanks
Hi Gurpreetsingh55
To accomplish this, you will need to install a Custom Visualisation to help you render HTML. One example is the HTML VizCreator. Download the viz by going to the marketplace:
After downloading, you may create a calculated measure to output HTML code, similar to what is being done in this video, including marquee type html: How to create moving text or images in Power BI ⬅ ➡ (youtube.com)
___________________________________...
LinkedIn, Sessionize, or my blog Downhill Data
Hi @Jonvoge i have already tried this one it is not usefull for measures you can only display a string but not a measure result.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 196 | |
| 127 | |
| 102 | |
| 67 | |
| 49 |