Forum Discussion
Custom Connector Display Name in Navigator
- 1 year ago
Hi SimonPetrus,
In this scenario i suggest you to raise a support ticket here. so, that they can assit you in addressing the issue you are facing. please follow below link on how to raise a support ticket:
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hi SimonPetrus,
Thanks for reaching MS Fabric community support.
Could you please let us know more info related to your ask like data source that your trying to use and expected diplay name for data source in custom connector? this will help us narrow down the aks.
Thanks,
Prashanth
Hi Prashanth,
I've created an ODBC driver and also a Power BI Custom Connector using this ODBC driver. It has 3 parameters (url, key and username). It works fine, but I don't like the display name in the Navigator.
It currently says {url}:{key}:{username} [1], but I would like to display only the url or maybe only the url and the username. Is that possible somehow?
- v-prasare1 year agoCommunity Support
Hi SimonPetrus ,
Hope your doing well.
you can customize the display name in the Power BI Navigator by modifying the nameColumn parameter in the Table.ToNavigationTable function within your custom connector. This parameter determines which column's values are displayed as the names in the Navigator pane.
For detailed guidance on handling navigation tables, refer to Microsoft's official documentation:
https://learn.microsoft.com/en-us/power-query/handling-navigation-tables
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query