Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

DAX - How to Count Rows of a table column which has some visualization filter

Dear Experts,   I have no access to Modelling tab, only access for BI report & I wonder how can i count each rows in below table which has been filtered (visualization filter).  >> I need to...
  • v-juanli-msft's avatar
    7 years ago

    Hi Anonymous

    I make a test with data from two tables

    each row = COUNT(sheet1[nno])
    
    distinctcount = DISTINCTCOUNT(sheet1[nno])
    
    

    Best Regards

    Maggie