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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
F_Reh
Post Patron
Post Patron

Adding Data Labels to SPC Chart

Hello,

 

I wish to add Data labels to a SPC Chart (based on PBISPC_DEV, Version 1.4.4.20) so the values can appear against the points on the lines :

 

F_Reh_0-1777483485514.png

 

Kindly Advise.

 

 

2 ACCEPTED SOLUTIONS
Shravan133
Super User
Super User

Custom visuals (like PBISPC_DEV):

  • Don’t inherit all standard line chart features
  • Must explicitly implement things like:
    • Data labels
    • Tooltips (beyond basic)
    • Conditional formatting

 PBISPC focuses on SPC logic (mean, UCL/LCL, rules), not labeling

 

Use tooltips

  • Hover already shows values
  • You can enhance with a custom tooltip page

 Clean and doesn’t clutter the chart

OR

Switch to Deneb (advanced but best control)

Use Deneb:

  • Full control via Vega-Lite
  • You can:
    • Draw SPC lines
    • Add labels
    • Control formatting precisely

 

View solution in original post

andrjohns
Helper II
Helper II

Hi @F_Reh , as mentioned in the other post - you need to change your report to use the current AppSource version instead of this old development version. The current AppSource version has a data field for providing labels for each data point:

andrjohns_0-1777527890714.png

 

View solution in original post

4 REPLIES 4
v-hjannapu
Community Support
Community Support

Hi @F_Reh,

I would also take a moment to thank @andrjohns  , @Shravan133  for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
 

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.

Regards,
Community Support Team.

Hi @F_Reh,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We are always here to support you.


Regards,
Community Support Team.

andrjohns
Helper II
Helper II

Hi @F_Reh , as mentioned in the other post - you need to change your report to use the current AppSource version instead of this old development version. The current AppSource version has a data field for providing labels for each data point:

andrjohns_0-1777527890714.png

 

Shravan133
Super User
Super User

Custom visuals (like PBISPC_DEV):

  • Don’t inherit all standard line chart features
  • Must explicitly implement things like:
    • Data labels
    • Tooltips (beyond basic)
    • Conditional formatting

 PBISPC focuses on SPC logic (mean, UCL/LCL, rules), not labeling

 

Use tooltips

  • Hover already shows values
  • You can enhance with a custom tooltip page

 Clean and doesn’t clutter the chart

OR

Switch to Deneb (advanced but best control)

Use Deneb:

  • Full control via Vega-Lite
  • You can:
    • Draw SPC lines
    • Add labels
    • Control formatting precisely

 

Helpful resources

Announcements
Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.