Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
The logic I am attempting to follow is:
If column 1 equals True then "Some Designation 1"
If column 2 equals True then "Some Designation 2"
If Column 3 equals "Some Value1" AND Column 4 equals 1 or 2 or 3 or 4 or 5 Then "Some Designation 3"
If Column 3 equals "Some Value2" AND Column 4 equals 1 or 2 or 3 or 4 or 5 Then "Some Designation 3"
Else "Undefined"
I cannot seem to get my SWITCH Correct:
Designation = SWITCH( TRUE(), 'Table'[column1] = True, "Some Designation 1", 'Table1'[Column2 = True, "Some Designation 2", 'Table1'[column3] = "Some Value 1" && 'Table1'[Column 4] = "1"|| 'Table1'[Column 4] = "2" || 'Table1'[Column 4] = "3" || 'Table1'[Column 4] = "4" || 'Table1'[Column 4] = "5" || 'Table1'[Column 4] = "6" || 'Table1'[Column 4] = "7" || 'Table1'[Column 4] = "8", "Some Designation 3", 'Table1'[column3] = "Some Value 2" && 'Table1'[Column 4] = "1"|| 'Table1'[Column 4] = "2" || 'Table1'[Column 4] = "3" || 'Table1'[Column 4] = "4" || 'Table1'[Column 4] = "5" || 'Table1'[Column 4] = "6" || 'Table1'[Column 4] = "7" || 'Table1'[Column 4] = "8", "Some Designation 3", "Undefined")
Hi,
please check if the below formula works
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
12 | |
10 | |
6 |