Forum Discussion

adharsha's avatar
adharsha
Frequent Visitor
4 years ago
Solved

Incorrect grand total

Hi,   I wanted to calculate the number of distinct rows that are present based on a few columns and take only the values whose dates are maximum for each month. example: aug - 5 20 aug - ...
  • Jihwan_Kim's avatar
    4 years ago

    Hi,

    I am not sure if I understood your question correctly, but please try to write a new measure something like below, and replace a current measure with the new one.

     

    New measure: =
    SUMX ( VALUES ( calendartable[month_name] ), [your current measure] )