Forum Discussion
Anonymous
5 years agoNot applicable
How to convert the below dax to m query
Sample file : https://drive.google.com/file/d/1esnAxQh7DVS4UKpkp6C4h0S3FR2KnA8p/view?usp=sharing Lookup = CALCULATE(FIRSTNONBLANK('Table B'[Category],1),FILTER('Table B','Table B'[Concat]=...
- 5 years ago
Hi Anonymous ,
It depends,in your case,I would suggest calcualted columns.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
daxer-almighty
Solution Sage
5 years agoThrough INNER or LEFT OUTER JOIN. This can be done using the Merge operation.
Anonymous
5 years agoNot applicable
But how to add multiple conditions
- daxer-almighty5 years ago
Solution Sage
Joins in Power Query can be done on an arbitrary number of columns.
- Anonymous5 years agoNot applicable
How?
- daxer-almighty5 years ago
Solution Sage
Here's a vid that explains the type of joins: https://youtu.be/PNdxy0c1Shg
Here's a vid about joins in Power Query: https://youtu.be/BV3srtI20Bo
Here's something about programming in Power Query's language called M: https://youtu.be/mXbjoSg9ldo