Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi All,
Please refer the below Image,
I need to create 3rd column -- only if the 2nd column value is available in 1st column.
result should look like this...
Solved! Go to Solution.
Hi,
Adapting this post your solution would be:
NewColumn =
VAR _SEL = SELECTCOLUMNS('TableName', "Actual KPI", 'TableName'[Actual KPI+SFS line])
RETURN
IF('TableName'[Level_02+SFS Line] IN _SEL, 'TableName'[Level_02+SFS Line], BLANK())
Proud to be a Super User!
Hi,
Adapting this post your solution would be:
NewColumn =
VAR _SEL = SELECTCOLUMNS('TableName', "Actual KPI", 'TableName'[Actual KPI+SFS line])
RETURN
IF('TableName'[Level_02+SFS Line] IN _SEL, 'TableName'[Level_02+SFS Line], BLANK())
Proud to be a Super User!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 133 | |
| 88 | |
| 85 | |
| 68 | |
| 64 |