Hi all,
i use a DataTable with connection to a SQLDB. This DataTable can filtered about a Textinput. After a filtering i see 7 Lines. How can i counting this lines?
A CountRows() provides me a count of ALL lines, not the 7 lines!
Thanks...
Super, it works.
Thanks
Hi @torsten156
To retrieve a count of the filtered results, you would need to call CountRows and pass the result of the Filter function.
CountRows(Filter('[dbo].[YourTable]', Column=txtInput.Text))
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional