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
IF (USERPRINCIPALNAME() = LOOKUPVALUE(VW_ROLE_ACCESS_EMAIL[COMPANY EMAIL ID], VW_ROLE_ACCESS_EMAIL[Datafrom],"XYZ",
VW_ROLE_ACCESS_EMAIL[Role],"Super User",
VW_ROLE_ACCESS_EMAIL[COMPANY EMAIL ID],USERPRINCIPALNAME()),
TRUE (),
OR(
OR(
OR(
OR(
[L1_EMAIL] = USERPRINCIPALNAME (),
[L2_EMAIL] = USERPRINCIPALNAME ()),
[L3_EMAIL] = USERPRINCIPALNAME ()),
[L4_EMAIL] = USERPRINCIPALNAME ()
)))
I am getting the end of input was reached error. i am trying to apply dynamic rls in this statement.Pleasenhelp me asap
Solved! Go to Solution.
Hi @Anonymous
Please try the following DAX
IF (
USERPRINCIPALNAME() = LOOKUPVALUE(
VW_ROLE_ACCESS_EMAIL[COMPANY EMAIL ID],
VW_ROLE_ACCESS_EMAIL[Datafrom], "XYZ",
VW_ROLE_ACCESS_EMAIL[Role], "Super User",
VW_ROLE_ACCESS_EMAIL[COMPANY EMAIL ID],
USERPRINCIPALNAME()
),
TRUE,
OR(
[L1_EMAIL] = USERPRINCIPALNAME(),
[L2_EMAIL] = USERPRINCIPALNAME(),
[L3_EMAIL] = USERPRINCIPALNAME(),
[L4_EMAIL] = USERPRINCIPALNAME()
)
)
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Please try the following DAX
IF (
USERPRINCIPALNAME() = LOOKUPVALUE(
VW_ROLE_ACCESS_EMAIL[COMPANY EMAIL ID],
VW_ROLE_ACCESS_EMAIL[Datafrom], "XYZ",
VW_ROLE_ACCESS_EMAIL[Role], "Super User",
VW_ROLE_ACCESS_EMAIL[COMPANY EMAIL ID],
USERPRINCIPALNAME()
),
TRUE,
OR(
[L1_EMAIL] = USERPRINCIPALNAME(),
[L2_EMAIL] = USERPRINCIPALNAME(),
[L3_EMAIL] = USERPRINCIPALNAME(),
[L4_EMAIL] = USERPRINCIPALNAME()
)
)
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
64 | |
59 | |
47 | |
33 | |
32 |
User | Count |
---|---|
84 | |
75 | |
56 | |
50 | |
44 |