Forum Discussion
perezco
4 years agoAdvocate III
Dynamic sumx () specific vales from a table
Hi all, How can I have a dax sumx() function that only sums specific values with specific characteristics? Desire to have I'm attempting to have a dynamic sumx() function where o...
- 4 years ago
For my particular circumstance, I decided to add an extra column to the query by adding a line of multiple CASE WHEN functions to the sql query.
AllisonKennedy
4 years agoCommunity Champion
perezco Glad the fog is clearing and it's getting easier - what questions do you still have outstanding? Or can we mark this post as solved?
Feel free to write up a summary of what you did and mark your own post as the solution if that makes the most sense. 🙂
perezco
4 years agoAdvocate III
For my particular circumstance, I decided to add an extra column to the query by adding a line of multiple CASE WHEN functions to the sql query.