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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
alexisc67
Helper I
Helper I

Custom visual drill down in multiple roles

Hi,

 

I have modified the Flow Map custom visual  from Weiweicui to see if I can make aggregations work in a hierarchy, so a user can drill down/up from a location to country, region, etc in the same chart. The flow map build the lines from a source and destination, that is, two roles. I want the users to be able to drill down in using both, so a user can see a flow for example from a Country to a Port, and rill down to see from a Port to Port, or Country to Country, etc.

 

I edited the capabilities.json and added the following:

 

    "drilldown": {

        "roles": ["Origin", "Dest"]

    },

 

The chart now shows a new widget like below and seems to work fine. The only problem is that the labels in the dropdown don’t appear. I expect these to be Origin and  Destination, but instead they are ‘undefined’

 

See below:

 Capture.PNG

 

When inspecting the element the label atributes of the select element are undefined. See below:

 

undefined.PNG

 

Can you think of where I look into to fix this. I tried finding documentation about this widget but could not find.

 

Thanks,

Alexis

10 REPLIES 10
alexisc67
Helper I
Helper I

Hi,

 

I have modified the Flow Map custom visual  from Weiweicui to see if I can make aggregations work in a hierarchy, so a user can drill down/up from a location to country, region, etc in the same chart. The flow map build the lines from a source and destination, that is, two roles. I want the users to be able to drill down in using both, so a user can see a flow for example from a Country to a Port, and rill down to see from a Port to Port, or Country to Country, etc.

 

I edited the capabilities.json and added the following:

 

    "drilldown": {

        "roles": ["Origin", "Dest"]

    },

 

The chart now shows a new widget like below and seems to work fine. The only problem is that the names in the dropdowns don’t appear. I expect these to be Origin and  Destination, but instead they are ‘undefined’

 

See below:

 

 Capture.PNG

 

Can you think of where I look into to fix this. I tried finding documentation about this widget but could not find.

 

Thanks,

Alexis

Hi,

Here is the inspected select element. The labels are undefined, but the values are correct, therefore the drill downs work.

 

undefined.PNG

Thanks,

Alexis

v-viig
Community Champion
Community Champion

Hi @alexisc67,

 

Looks like Drill-down by multi columns is not supported by Power BI Custom Visuals API.

 

Have you tried to specify a single column name instead two columns?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Hi @v-viig,

 

I also added the same code to the Sankey diagram. See below. The same happens with the labels, but the funcitonality is good, i can drill in Source and Destination. I hope you can find some informaiton about this.

 

sankey.PNG

v-viig
Community Champion
Community Champion

We'll consider this issue in upcoming versions of Power BI Visuals API but we can't share any ETA so far.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Hi,

 

Thanks. Maybe you can add it to the list of Quick Wins since this should take just a few minutes for you guys. Will you keep this in a list or how you track it?

 

Regards,

Alexis

v-viig
Community Champion
Community Champion

We've sent this issue to engineering team to consider and address.

I guess it will take a few months to be fixed since sprint plan is already filled.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Anonymous
Not applicable

Any update on this front?

I requested information from engineers.

As soon as they answer I will provide info here.

 

Thanks,

 

Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com

 

Hi Ignat,

 

It seems it is suportted. It is just the labels in the drop down that do not show. The functionality is there. I am able to drill down in the two columns with success. The first one is the origin an the second is the destination.The code seems to be there to support it but with a defect on the labels as you can see in the screenshot above with the select xml element. I don't think this is custom code for the visual, I think this widget is in the core Power BI. Can you check that?

In the screenshot below you can see a function/property $ctrl.canDrillOnMoreThanOneRole()

 

selectelement.PNG

 

Thanks,

Alexis

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors
Top Kudoed Authors