Forum Discussion
Orstenpowers
6 years agoPost Patron
Manage roles
Dear all,
I am trying to define/ manage different roles.
As default, Power BI states e.g. [Country Name] = "Italy".
Is it also possible to replace the "=" with a character for "contains"? 🤔
My internet research was w/o results...😐
6 Replies
- Greg_DecklerCommunity Champion
You can use any DAX expression
- OrstenpowersPost Patron
Hi Greg,
Thx for your feedback!
But which expression do I have to use to state at the "Manage roles" section to define e.g. "Country" contains "Nether"???
- v-frfei-msftCommunity Support
Hi Orstenpowers ,
Please create a role like that.
=SEARCH ( "Italy", [Country Name], 1, BLANK () ) <> BLANK ()- OrstenpowersPost Patron
Dear v-frfei-msft,
Thank you for your hint, but I get following message from Power BI: 🤔
- v-frfei-msftCommunity Support