Forum Discussion

PowerAutomater's avatar
1 year ago
Solved

Count Distinct not yielding the same as Unique in Excel

I have a column of user event dates, and I am using a data card with the field set to Count Distinct so I can get a numerical summary of the unique dates that took place during a specific time period...
  • ryan_mayu's avatar
    ryan_mayu
    1 year ago

    PowerAutomater 

    you can try to create a measure 

    Measure = CALCULATE(DISTINCTCOUNT('Table'[date]),FILTER('Table',not(ISBLANK('Table'[date]))))