I need to implement Power BI reports driven by an OData API that we will implement. These reports will be displayed in our SaaS application using Power BI Embedded.
In order to properly filter what that endpoint returns, I need to be able to pass the user id (which I think I can pass as the "username" and EffectiveIdentity, but not sure how to get that passed to the OData endpoint?), as well as one or two other filtering parameters.
Is there any documentation or samples available for passing parameters to an OData API data source?