Forum Discussion

agka's avatar
agka
Regular Visitor
9 years ago
Solved

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...
  • yuryb's avatar
    yuryb
    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