The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
86 | |
84 | |
36 | |
34 | |
34 |
User | Count |
---|---|
94 | |
79 | |
65 | |
55 | |
52 |