Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello guys,
Please I want to create a role on my data to implement LRS. Is it possible to add multiple conditions using the && (AND) operator in DAX? if yes, how can I implement it?
I have done something like this ==> [UserId] = "Particular User Id" && [DepartmentId] = "Department Id"
Yes, It is possible.
You can use multiple conditions. Also, you can write DAX expressions using multiple variables and implement some tricky logic.
Proud to be a Super User!
Thanks, @nandukrishnavs. I understand that it can be implemented on a single table. But, how can I implement it for two different tables?
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |