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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Conditional Formatting Data Labels

HI All,

I have a line graph which has some values shown as data labels, i would like to conditionally format these labels. Can anyone help?

Labels.png

 

 

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi  @Anonymous ,

 

You cannot condittional formatting data labels however you can make a work around:

 

Create 3 measures:

Total Values = SUM(Table[Column])

Total Values Above =  IF([Total Values] < 100; BLANK(); [Total Values] )

Total Values Below=  IF([Total Values] < 100; [Total Values] ;BLANK())
​

Now add your measure to the line chart and make the following setup:

Turn of the lines on the Values above and below

Turn off data labels on the Total Values measure

Make different formatting for labels for lines above and below

 

Adjust the measure to what you need if you want to have additional levels you need to create additional measures.

 

Check PBIX file attach.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

3 REPLIES 3
mdutot
Frequent Visitor

I sympathize with this issue. Here's an example. Data labels for certain values can show up as 0.0K, but having all data labels in raw units just looks crowded (ie. 4.2K > 4,200 and 144 > 0.1K). There should be conditional formatting for units as there is for color. 

mdutot_0-1659562664636.png

 

I submitted an idea ticket: https://ideas.powerbi.com/ideas/idea/?ideaid=10ba158d-4e13-ed11-b5cf-281878bd0909

 

v-jayw-msft
Community Support
Community Support

Hi @Anonymous ,

 

Have your problem be solved? Please consider accept the answer as a solution if it worked.

 

Best Regards,

Jay

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
MFelix
Super User
Super User

Hi  @Anonymous ,

 

You cannot condittional formatting data labels however you can make a work around:

 

Create 3 measures:

Total Values = SUM(Table[Column])

Total Values Above =  IF([Total Values] < 100; BLANK(); [Total Values] )

Total Values Below=  IF([Total Values] < 100; [Total Values] ;BLANK())
​

Now add your measure to the line chart and make the following setup:

Turn of the lines on the Values above and below

Turn off data labels on the Total Values measure

Make different formatting for labels for lines above and below

 

Adjust the measure to what you need if you want to have additional levels you need to create additional measures.

 

Check PBIX file attach.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.