cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
gregboothdelt
Helper I
Helper I

Display count of rows on a table visual

I am displaying rows of data in a table visual.

The dataset displayed comes a model wityh three related tables with various filters.

I would like to display a count of rows (the number of rows currently displayed on the table) at the bottom of the table filter.

What is the easiest way of doing this ?

Thanks

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@gregboothdelt , Create will all columns and measure

 

countrows(Addcolumns(Summarize(Fact, Dim1[Column],Dim2[Column]), "_1", [Measure1], "_2",[Measure2]) )

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@gregboothdelt , Create will all columns and measure

 

countrows(Addcolumns(Summarize(Fact, Dim1[Column],Dim2[Column]), "_1", [Measure1], "_2",[Measure2]) )

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors