Forum Discussion
Anonymous
7 years agoNot applicable
Custom Column/Table based on another table
I could use some help trying to figure out how to...properly count/aggregate data from two tables. Let's say I have a table called SoftwareInstalled, similar to this: And I have a...
- 7 years ago
Anonymous ,
You may use Merge Queries (Table.NestedJoin) in Query Editor or LOOKUPVALUE Function in DAX.
v-chuncz-msft
7 years agoCommunity Support
Anonymous ,
You may use Merge Queries (Table.NestedJoin) in Query Editor or LOOKUPVALUE Function in DAX.