Forum Discussion
Measure computed agianst table column
- 3 years ago
Hi,
I am not sure how your datamodel looks like or how your desired outcome looks like, but I tried to create a sample pbix file like below.
One of ways to achieve this is to use iterator DAX function, like SUMX (or any other functions that is related to iteration).
Please check the below picture and the attached pbix file.
I hope the below sample can provide some ideas on how to create a solution for your datamodel.
Hi,
I am not sure how your datamodel looks like or how your desired outcome looks like, but I tried to create a sample pbix file like below.
One of ways to achieve this is to use iterator DAX function, like SUMX (or any other functions that is related to iteration).
Please check the below picture and the attached pbix file.
I hope the below sample can provide some ideas on how to create a solution for your datamodel.
This exactly what I was looking for !!