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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone,
I need retreive the field [a] from the table1 with a multiple conditions :
table2[b]=table3[b] and table4[c]=table5[c]
The example of my query is below :
=LOOKUPVALUE( table1[a];table2[b];table3[b]; table4[c];table5[c]])
When I write my query like this I have an error msg, can you please help me ?
Thank you !
Solved! Go to Solution.
Well, the red part is not correct:
=LOOKUPVALUE( table1[a];table2[b];table3[b]; table4[c];table5[c]])
Well, the red part is not correct:
=LOOKUPVALUE( table1[a];table2[b];table3[b]; table4[c];table5[c]])
Thank you, it's working well !
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
5 |