Forum Discussion

mclaur_and_22's avatar
mclaur_and_22
Frequent Visitor
4 years ago
Solved

Help with DAX for double group count and sum

Hi eveybody,    I'm recently new to PowerBI and its calculated measures and I'm currently having problems with a DAX that I want to create: I have a table with several columns, but the ones I wante...
  • v-janeyg-msft's avatar
    v-janeyg-msft
    4 years ago

    Hi, mclaur_and_22 

     

    You can try:

    Count = COUNTROWS(filter(SUMMARIZE(Inf_fallas,[REF],[ENLACE],"count",COUNT(Inf_fallas[ENLACE])),[count]>1))

     

    Did I answer your question? Please mark my reply as solution. Thank you very much.
    If not, please feel free to ask me.

    Best Regards,
    Community Support Team _ Janey