Forum Discussion
How to calculate between querys
- 10 years ago
Hi Rodrigo,
According to your description, you need to add a calculated column to get the value from other tables, right?
In DAX, we can use LOOKUPVALUE function to get the value from other table. This function returns the value in result_columnName for the row that meets all criteria specified by search_columnName and search_value.
https://msdn.microsoft.com/en-us/library/gg492170.aspxRegards,
Charlie Liao
instead of using the mr_string_value column I am using the count column witch makes more sanse because that one does has the value but still not working.
Hi Rodrigo,
According to your description, you need to add a calculated column to get the value from other tables, right?
In DAX, we can use LOOKUPVALUE function to get the value from other table. This function returns the value in result_columnName for the row that meets all criteria specified by search_columnName and search_value.
https://msdn.microsoft.com/en-us/library/gg492170.aspx
Regards,
Charlie Liao