Forum Discussion
agka
9 years agoRegular Visitor
PowerBi RLS with embedded analytics: spaces in username parameter
Hi, everybody! I'm testing Power BI RLS with embedded analytics, and I perform steps from this article: https://powerbi.microsoft.com/ru-ru/documentation/powerbi-developer-embedded-rls/#applying-use...
- 9 years ago
Hello,
Spaces in the username are not allowed. As a workaround you can replace the spaces in the username for example with underscore ('_') and adjust the role DAX filter accordingly. You can also create a calculated column in the model that contains usernames without spaces.
Best regards
yuryb
Power BI Team
9 years agoHello,
Spaces in the username are not allowed. As a workaround you can replace the spaces in the username for example with underscore ('_') and adjust the role DAX filter accordingly. You can also create a calculated column in the model that contains usernames without spaces.
Best regards
agka
9 years agoRegular Visitor
Thanks to everybody! that's helps!