web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Pages
Unanswered

Power Pages

(0) ShareShare
ReportReport
Posted on by

I try to show the count of dataverse table.

Categories:
I have the same question (0)
  • Lucas001 Profile Picture
    2,595 Super User 2026 Season 1 on at

    Hi @jalpa,

     

    some more information would be great.

    Is the list displayed in a view or do you want to have the number on loading?

     

    On loading you can use liquid in a web template and load it into your website:

    https://learn.microsoft.com/en-us/power-apps/developer/data-platform/use-fetchxml-construct-query

    You first need to fetch the data, afterwards use a loop to count the rows and display it with HTML.

    {% assign amount = 0 %}
    {% for item in list %}
     {% capture amount %}{{ amount | plus:1 }}{% endcapture %}
    {% endfor %}
    
    <p> DataverseRows: {{ amount }} </p>

     

    If you have a view which can be filtered inside your website, you will need some custom JavaScript which loops through the view and counts the rows visible.

     

    Hope that helps.

     

     

  • Saud Ali Profile Picture
    812 Super User 2024 Season 1 on at

    Hi @jalpa ,

     

    There are multiple ways to show count of Dataverse table, can you provide some information where you want to show table's count? Are you using OOB list or have your own custom control to show list?

     

    Please provide some more information so you can have answers accordingly.

    Thanks,

    Saud

     

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

     

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
Mohsin Ali Profile Picture

Mohsin Ali 33

#2
sannavajjala87 Profile Picture

sannavajjala87 28 Super User 2026 Season 2

#3
Fubar Profile Picture

Fubar 22 Super User 2026 Season 1

Last 30 days Overall leaderboard