Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)

I want to set a visual in Power Bi and want to get row count which adjusted as user and want to set filters and use slicers,The column doesnt have one level of hierarchy and I want to see the count of rows in the table

My Table Visual

How can I do it?

1 Answer

0 votes
by (22.5k points)

Use the following calculated feild

CountSummaryRows = 
CALCULATE(
    COUNTROWS(SUMMARIZE(Table1, Table1[A], Table1[B], Table1[C], Table1[D])), 
    ALL(Table1)
    )

If u want to learn the tool in-depth, then come to us and sign up for this Power BI Certification   

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jan 20, 2021 in BI by Chris (11.1k points)
0 votes
1 answer
asked Apr 6, 2021 in BI by Chris (11.1k points)
Welcome to Intellipaat Community. Get your technical queries answered by top developers!

29.3k questions

30.6k answers

501 comments

104k users

Browse Categories

...