My scenario is:
Publish charts on web page where each customer can see only own data - there are over 1000 customers.
Use PowerBI Embedded and potentially SSAS cube
The questions are:
1)To filter data for each customer should I use:
a)Row level security - https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-rls
b)Custome filter javascript - https://community.powerbi.com/t5/Developer/how-to-create-custom-filters-for-power-bi-embedded-reports-using/td-p/141494
From what I can see in RLS I should create separate rule for each customer and this seems to be not a good option
I'm wonder how things are with custom filter with java script - can I use it insted of RLS and is this secure enough?
2)Can I use SSAS cube with PowerBI Embedded?
Thank you