The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello : My Data looks like above (A to E) and Column F in Green is what i need to populate.
I have 3 different column to look up based on the value in Columne E / Unit ? For example if unit is FT i need value from First col, and if it is SQY then 3rd column
Any suggestion how to bring this lookup ?
Use a switch statement. something like
ColF = SWITCH([Unit],
"SQM", SELECTEDVALUE([SQM]),
... etc.
)
User | Count |
---|---|
87 | |
84 | |
36 | |
35 | |
32 |
User | Count |
---|---|
96 | |
75 | |
67 | |
52 | |
52 |