Forum Discussion
Creating Matrix with Data from Unrelated Tables
- Anonymous6 years ago
Hi HabibAdil ,
Not sure if i get your point, but you can use SELECTEDVALUE() function if there's no relationship between two tables.
Example:
calculate(sum(column1),filter(table,table[date]=selectedvalue(calendar[date])))https://docs.microsoft.com/en-us/dax/selectedvalue-function
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
Thanks for your help. Unfortunatley, this topic is not what I want. I might have to create a matrix for each initiative in excel sheet and put them on top of each other.
Hi HabibAdil ,
Not sure if i get your point, but you can use SELECTEDVALUE() function if there's no relationship between two tables.
Example:
calculate(sum(column1),filter(table,table[date]=selectedvalue(calendar[date])))https://docs.microsoft.com/en-us/dax/selectedvalue-function
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.