I am creating roles in power BI and filtering the table by principle code -
for example role1 - can only see data of CKBD , CKRANP , DA principle for that i am using dax function -
OR([principlecode] = "CKB" || [principlecode] = "CKBD"|| [principlecode] = "DA")
but its say or condition can have only 2 argument , there is any way of doing this ?
thanks