The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.