Forum Discussion

posterme's avatar
posterme
Frequent Visitor
8 years ago
Solved

Difference Distinctcount (formula) <-> Count (Distinct) within value

Hi,   where is the difference between the formula "DISTINCTCOUNT" and the "Count (Distinct)" within some visuals?   I do have a date/mont slicer, select 4 months. If I create a table with date an...
  • posterme's avatar
    posterme
    8 years ago

    Hi,

     

    I have a "workaround":

     

    Measure 1: Month_Name = 'Sales'[Date].[Month]

     

    Measure 2: Month_Count = DISTINCTCOUNT('Sales'[Month_Name])

     

    And then I can create a Measure: Average = 'Sales'[Turnover] / [Month_count]