Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello experts,
I need to create a statement for new Variable based on another multiple Variable using if, else statement.
some Variable has a different value, I needed a statement on behalf of other columns.
Find an example below:-
Variable | Variable | Variable | Variable | Variable | Needed Statement (Result) |
Column1 | Column2 | Column3 | Column4 | Column5 | Permission.Check |
1 | Permission | John | Allow | Permission | |
1 | Permission | John | Allow | Permission | |
1 | Delete | John | Allow | Permission | |
2 | Permission | John | Allow | Delete | |
2 | Permission | John | Allow | Delete | |
2 | Delete | John | Allow | Delete | |
2 | Delete | John | Allow | Delete | |
3 | Permission | John | Allow | ||
3 | Delete | John | Allow | ||
4 | Permission | John | XYZ | Allow | |
4 | Delete | John | Deny |
Power BI DAX Queries given below. I need syntax similar to these:-
Power BI DAX Queries:- Permissions.Check = |