Forum Discussion
Anonymous access via API
- 5 years ago
In Power BI Desktop,
-- I would change the M code, moving "/Webapi/api/employees" to the RelativePath option and remove the Headers option all together
-- I would edit the permissions on the URL and changing type from Anonymous to Basic with the appropriate credentialsOnce published, in the Power BI Service,
-- In the scheduled refresh settings, I would not use a gateway (looks like you are using one), and in the data source credentials, set type to basic with the appropriate credentialsGood luck,
In Power BI Desktop,
-- I would change the M code, moving "/Webapi/api/employees" to the RelativePath option and remove the Headers option all together
-- I would edit the permissions on the URL and changing type from Anonymous to Basic with the appropriate credentials
Once published, in the Power BI Service,
-- In the scheduled refresh settings, I would not use a gateway (looks like you are using one), and in the data source credentials, set type to basic with the appropriate credentials
Good luck,
- darko8615 years agoResolver II
Thank you very much! I followed your steps and it worked, I really appreciate it, this is such a great community!