Forum Discussion
PowerBI Service - Scheduled Refresh
Hi Anonymous ,
Does your problem have been solved? If it is solved, please mark a reply which is helpful to you.
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
Hey so the problem didn't get solved based on the documents that were shared here but I actually reimplemented the entire report and ended up running in this permission issue fiasco at the very end but this helped me realise what the actual problem was. I will try my best to explain it here so here goes.
So let's say we have a table (T1) with certain details like account id, license id, license name etc. Now the issue occurs since I am calling cosmos for each row. This for each on each row calls the following query: "select * from c where c.Type = 'doctype' and c.AccountId = '"&[AccountId]&"' "
Now this works flawlessly for my case when no privacy level check is done but causes problems when I try to refresh the report on power bi service