Announcements
i have a sharepoint list and it has a column field called question
i want to count how many questions are there ?
i want that answer to be displayed in a text label
Try the following:
CountRows(Filter(SPList1, Not(IsBlank(Question)))
yea this works but if i want to save this in a variable means , how to do that?
and next time whenever i use that variable in another text label, it should be displayed @StretchFredrik
Set(Variable, CountRows(Filter(SPList1, Not(IsBlank(Question))))
if i set a variable, im not getting output but if i didnt set any variable im getting output
idk how
see this screenshots below @StretchFredrik
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 482 Most Valuable Professional
11manish 459
Haque 331