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
Solved! Go to Solution.
@gregboothdelt , Create will all columns and measure
countrows(Addcolumns(Summarize(Fact, Dim1[Column],Dim2[Column]), "_1", [Measure1], "_2",[Measure2]) )
@gregboothdelt , Create will all columns and measure
countrows(Addcolumns(Summarize(Fact, Dim1[Column],Dim2[Column]), "_1", [Measure1], "_2",[Measure2]) )
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
209 | |
51 | |
43 | |
40 | |
39 |
User | Count |
---|---|
269 | |
210 | |
73 | |
70 | |
65 |