Forum Discussion

vika160's avatar
vika160
Helper III
4 years ago
Solved

Grouping in Measure. Is it possible?

Hello all,

 

I need a help to figure out how to build a measure with grouping if this possible.

 

Exam_dateExamineesmodulesessionID
6/10/202221Accident62
6/10/202223Ethics 68
6/10/202234Life Insurance51
6/10/202228Segregated funds64
6/23/20221Accident62
6/23/20221Ethics 68
6/23/20223Life Insurance51
6/23/20221Segregated funds  64
6/10/20225Accident62
6/10/20223Ethics 68
6/10/20222Life Insurance 51
6/10/20222Segregated funds  64
6/23/202232Accident62
6/23/202228Ethics 68
6/23/202234Life  51
6/23/202228Segregated funds  64



What I need is 2 measures :

1. Calculates total number of examinees - done
2. Calculates Sum of (total of Uniq session per every date )  per any date frame   

 

Column SessionID is set to Count(Distinct) but - it counts distinct sessions in general. 

I need to calculate unique session by exam_date.

 for this date range totals unique sessions would be 8 as there are 4 unique sessions for Jun 10 and 4 for Jun 23.
I was trying to use group by but I was not successful.

 

And I need to hold Module field as it will be used in visual to slice by

Any help would be appreciated.

 

Thank you very much

  • Hi,

    Try this measure

    Measure 2 = SUMX(VALUES(Calendar[Date]),[Measure])

5 Replies

  • Hi,

    You may download my PBI file from here.  The total should be 4 (Not 😎 because there are 4 unique sessions id across both dates - 51, 62, 64 and 68.

    Hope this helps.

    • vika160's avatar
      vika160
      Helper III

      It is not what I am looking for. I nedd total of Uniques sessions per date selection. I specified it in description. 
      Total should be 8 for all this data set as there are 2 dates with 4 unique sessions per date.
      I will update my desc if it is not very clear

      • Ashish_Mathur's avatar
        Ashish_Mathur
        Super User

        Hi,

        Try this measure

        Measure 2 = SUMX(VALUES(Calendar[Date]),[Measure])