Forum Discussion
Static RLS not showing data in Power BI Service
- 4 years ago
Hi GilbertQ,
That explination made total sense, thank you again. I was able to resolve the issue by modifying the DAX using the double pipe ||. Allowing me to add the additional office locations to a single RLS role, then assigning the appropriate people to that single RLS role.
Example: [Office Name] = "XXXX" || [Office Name] = "YYYY"
Hope this may help others! Thank you again!
Hi DeanUW
As far as I am aware this is not possible and you need to have the users in a single role.
The update was for Power BI Composite models to the Mashup connectors include Snowflake, RedShift, Databricks, and others.
Power BI July 2022 Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
Hello GilbertQ
Thanks for the response. Below is a quote from the July 2022 Feature Summary you attached to your response to me:
"We’ve also made a major improvement to composite models this month by enabling support for multi-role RLS. Model owners can now assign a single user to more than one RLS role in a composite model. Prior to this release, users who set up RLS in their composite models this way would likely hit a query failure."
Seems to me the feature isn't working as promised.
- GilbertQ4 years agoSuper User
Hi DeanUW
As per the link this is only for Composite models who connect to data sources OUTSIDE of the Power BI Service.
- DeanUW4 years agoHelper I
Apologies I am still somewhat new to Power BI. By my understanding the report in question is a composite model; as it has multiple many-to-many relationships within the tables and it has mutliple sources including ODBC imports from different databases and Excel spreadsheets. As always, I appreciate the responses & the support!
- GilbertQ4 years agoSuper User
Hi DeanUW
No worries for the questions, that is how we all learn.
A composite model is where you have an imported Power BI Dataset, with another dataset from another underlying system which is then added to the Power BI dataset.
In your example you have a single Power BI dataset which has got imported data from ODBC and Excel spreadsheets. This is called a Power BI Dataset. And it is not a composite model.I hope that makes sense.