Forum Discussion

MonyridhYady's avatar
MonyridhYady
Frequent Visitor
3 years ago
Solved

Countifs + Filter in Dax

Hi all I'm fairly new to PBI and is looking for a way I could replicate a countifs function on dax. I have examples in the screenshots below of what I want to replicate on excel   Context for Excel...
  • MonyridhYady's avatar
    MonyridhYady
    3 years ago

    Thanks for the help, but I think I solved it using this after watching a few videos.

     

    CountNew =
    SUMX(SUMMARIZE(Data,'Date'[Month Year],Data[company_name],Data[Plan_edit],"Total_count",1),[Total_count])