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]) )
User | Count |
---|---|
103 | |
82 | |
68 | |
47 | |
46 |
User | Count |
---|---|
155 | |
91 | |
82 | |
69 | |
67 |