Forum Discussion

perezco's avatar
perezco
Advocate III
4 years ago
Solved

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...
  • perezco's avatar
    perezco
    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.