Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have two custom connectors (both based on Web.Contents, not ODBC), one of which gets a list of entities, and the other one searches for that entity in an on prem site.
When I do this, I get a "Connection" dialog box pop up for each unique entity searched for (the box that just has the name of the data source accross the top, anonymous auth, and the two buttons, connect and cancel).
Is there a way to tell PBI that even though MyCustomConnector(entity1) and MyCustomConnector(entity2) are different calls, there should only be one DataSource?
Is that the same as edit permissions there, and set to public, or is it something else?
Is there a way to get PBI to accept that the "resource" that is being hit is the same even if the args to the function are different?
Check the scope of your data connection(s) and correct it to tie the credentials to the highest possible level.
How do I do that? It is implicit auth, there aren't credentials to tie.