Forum Discussion

Oaabwen42's avatar
Oaabwen42
Frequent Visitor
1 year ago
Solved

Power BI Doing Division Incorrectly

Hi everyone,   I'm trying to make a very simple "average number of support tickets per month" calculation. I have the following:   Avg Tickets Per Month = DIVIDE(     COUNTROWS(Table),     DI...
  • amitchandak's avatar
    amitchandak
    1 year ago

    Oaabwen42 , Make sure there is no visual level filter on that card

    Try this measure for count distinct

    countrows(values(Table[YearMonth]))