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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
BIdileepku
Frequent Visitor

Toot tip

i have a select slicer when i select the slicer data will show in card with text format 
example  annual growth in mean rent price 
     Quater growth in mean rent price  
here i need to change the Mean in different colour rest of the text in black colour 
dos it work in power bi 
image is from tablue i want to implement same

BIdileepku_0-1746600742225.png

 

2 ACCEPTED SOLUTIONS
Deku
Super User
Super User

This is not possible


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

View solution in original post

v-kpoloju-msft
Community Support
Community Support

Hi @BIdileepku,

Thank you for reaching out to the Microsoft fabric community forum. Thank you @Deku, for your inputs on this issue.

In Power BI, it is currently not possible to change the colour of individual words within a single Card or Text visual. Unlike Tableau, Power BI does not support partial text formatting (such as colouring only the word “mean”) in dynamic text generated by DAX. However, there is a workaround you can use:

Split the sentence into multiple visuals for example:

  • Visual 1: “Annual growth in” (black)
  • Visual 2: “mean” (blue)
  • Visual 3: “rent price” (black)

You can align these visuals side-by-side to make them appear as a single sentence. This approach allows you to colour "mean" differently while keeping the rest of the text in black. Additionally, you can use a DAX measure to dynamically update the text based on the slicer selection.

Kindly please refer to the below links for more information:
Main sources for acquiring Power BI custom visuals - Power BI | Microsoft Learn
Create a (new) card visual in Power BI - Power BI | Microsoft Learn

If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.

Thank you for using Microsoft Community Forum.

View solution in original post

9 REPLIES 9
v-kpoloju-msft
Community Support
Community Support

Hi @BIdileepku,

Thank you for reaching out to the Microsoft fabric community forum. Thank you @Deku, for your inputs on this issue.

In Power BI, it is currently not possible to change the colour of individual words within a single Card or Text visual. Unlike Tableau, Power BI does not support partial text formatting (such as colouring only the word “mean”) in dynamic text generated by DAX. However, there is a workaround you can use:

Split the sentence into multiple visuals for example:

  • Visual 1: “Annual growth in” (black)
  • Visual 2: “mean” (blue)
  • Visual 3: “rent price” (black)

You can align these visuals side-by-side to make them appear as a single sentence. This approach allows you to colour "mean" differently while keeping the rest of the text in black. Additionally, you can use a DAX measure to dynamically update the text based on the slicer selection.

Kindly please refer to the below links for more information:
Main sources for acquiring Power BI custom visuals - Power BI | Microsoft Learn
Create a (new) card visual in Power BI - Power BI | Microsoft Learn

If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.

Thank you for using Microsoft Community Forum.

Hi @BIdileepku,

 

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you.

 

No 

Hi @BIdileepku,

Thank you for your reply. If the workaround with splitting visuals doesn't meet your needs, I would be happy to explore other options.

Currently, Power BI does not support partial text formatting within a single card or text box (unlike Tableau). However, you could:

  • Use multiple text visuals to style individual words differently.
  • Consider custom visuals like Deneb or HTML Viewer that offer more advanced formatting using Vega/HTML.

Let me know your specific requirements, and I can provide a more tailored solution. If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.

Thank you again for your participation in the community!

Hi @BIdileepku,

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you.

Hi @BIdileepku,

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.

Hi @BIdileepku,

I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.

Hi @BIdileepku,

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.

Deku
Super User
Super User

This is not possible


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors