Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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]) )
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
71 | |
70 | |
38 | |
26 | |
26 |
User | Count |
---|---|
99 | |
87 | |
45 | |
43 | |
35 |