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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Anonymous
Not applicable

How to create datalabels in custom power bi visual?

How to use DataLabelManager class to create datalabels in custom power bi visual?

7 REPLIES 7
v-janeyg-msft
Community Support
Community Support

Hi, @Anonymous 

 

Here is the usage of 'DataLabelManager':powerbi-visuals-utils-chartutils/data-label-manager.md at master · microsoft/powerbi-visuals-utils-chartutils · GitHub

The DataLabelManager helps to create and maintain labels. It arranges label elements using the anchor point or rectangle. Collisions between elements can be automatically detected and as a result elements can be repositioned or get hidden.

 

Best Regards

Janey Guo

 

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

Anonymous
Not applicable

Dear Janey,

 

Thank you for your response. I have followed the code but unable to understand how I can show customized data labels on bar chart. Tis article only shows how to get the datalabel, but I would require more info on how we can display the datalabels on bar chart.

Hi, @Anonymous 

 

Here are some references:

Objects and properties of Power BI visuals in Power BI embedded analytics for better embedded BI insights - Power BI | Microsoft Docs

Build a bar chart in Power BI embedded analytics for better embedded BI insights - Power BI | Microsoft Docs

Best Regards

Janey Guo

 

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

Anonymous
Not applicable

Dear Janey,

 

Thank you once again for your reply.

I would require an example where datalabels should be shown on bar chart using custom visual. I have already created one bar chart, but not able to understand how to incorporate DataLabels and Legends into it.

 

If I could get any code reference then it's highly helpful.

Hi, @Anonymous 

You can domnload a sample here.

GitHub - microsoft/PowerBI-visuals-sampleBarChart: Bar Chart Custom Visual for tutorial.

Best Regards

Janey Guo

 

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

Anonymous
Not applicable

Dear Janey,

 

Thank you for sharing the information.

I have issue with below line of code while adding legend data.

 

interface ViewModel{
    dataPointsDatapoint[];
    legendDataLegendData;
    dataLabelsDataLabelEnabledDataPoint;
};

 

let legendData : LegendData = {
            dataPoints: [],
            title: "Testing"
        }
        legendData.dataPoints.push({
            label: "Legend Test",
            color: "blue",
            selected: false,
            identity: null
        });
        this.legend.drawLegend(this.viewModel.legendDataoptions.viewport); --Issue here in customVisualsHost.bundle.min.js file 

 

Can you please let me know where i'm doing wrong parameter insertion?

Hi, @Anonymous 

 

Can you share a screenshot of the error message?

You can also try e-mail contact:  pbicvsupport@microsoft.com  They are professional.

Best Regards

Janey Guo

 

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

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

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! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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