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.
What is the best SQL IN alternative using Power Query M formula language (not DAX)?
Solved! Go to Solution.
@Zyg_D , In DAX you have In
Table[Col] in {"1","2","3"}
Table[value] in {1,2,3}
Power Query it will be
List.Contains({'Value1', 'Value2', 'Value3'}, [Column1])
refer
https://stackoverflow.com/questions/51740679/power-query-m-the-in-operator
https://community.powerbi.com/t5/Desktop/IN-OPERATOR-in-PowerBi/td-p/174285
@Zyg_D - In Power Query, there are numerous ".Contains" functions for elements like List, Table, Text, etc.
@Zyg_D , In DAX you have In
Table[Col] in {"1","2","3"}
Table[value] in {1,2,3}
Power Query it will be
List.Contains({'Value1', 'Value2', 'Value3'}, [Column1])
refer
https://stackoverflow.com/questions/51740679/power-query-m-the-in-operator
https://community.powerbi.com/t5/Desktop/IN-OPERATOR-in-PowerBi/td-p/174285
User | Count |
---|---|
86 | |
84 | |
34 | |
34 | |
34 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
51 |