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.
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 |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
11 | |
9 | |
6 |