Prototyping BI for embedded dashboards. Our system is a multi-tenant (large), distributed across 4 Azure zones, using SQL Elastic sharding for data access (many shards). All data access is "protected" via API, which ensures tenancy filtering etc;
1. I cannot understand if PowerBI Embedded support oData
2. RLS is a non-starter, due to the large qty of tenants and dynamic growing tenants, as near as I can understand.
3. I really just want to pass the SSO token (or username / pass) to Power BI embedded, and then that will ensure correct tenancy based filtering.
4. Has anyone solved this type of usage with BI embedded ?