Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Want to display my measure result which is a string value in a moving way in my Power BI Report.

i have measure eg,

 

Scroler = IF([EUC Max Color]="Red","Euc User services Need for Focus",IF([App Max Color]="Red" ,"Application services Need for Focus",IF([Infra Max Color]="Red","Infrastructure services Need for Focus")))

I want to display my result string in a moving way (like marquee).
2 ACCEPTED SOLUTIONS
v-kongfanf-msft
Community Support
Community Support

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

vkongfanfmsft_0-1709281263188.png

vkongfanfmsft_1-1709281302176.png

 

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.

 

 

View solution in original post

Anonymous
Not applicable

Hi everyone i have done this task by using a visual scroller and by calculated column ,

 

Thanks

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi everyone i have done this task by using a visual scroller and by calculated column ,

 

Thanks

v-kongfanf-msft
Community Support
Community Support

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

vkongfanfmsft_0-1709281263188.png

vkongfanfmsft_1-1709281302176.png

 

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.

 

 

Anonymous
Not applicable

Hi @v-kongfanf-msft 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

Jonvoge
Super User
Super User

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:

Jonvoge_0-1709195434747.png

 

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

Anonymous
Not applicable

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.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.