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 Platform Community / Forums / Power Apps / Data Table not display...
Power Apps
Answered

Data Table not displaying data

(0) ShareShare
ReportReport
Posted on by 46

It was working just fine about 2 days ago but now my data tables do not display anything. I have a home screen that has a gallery then based on that gallery id I filter my data table on the next screen. I've tried everything but no luck.

 

Any Ideas? Thanks!

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hello,

    Have you tried simply removing the data table and re-adding it?

    Otherwise providing a screenshot and the function/syntax you use might help resolve this for you.

  • ccancino Profile Picture
    46 on at

    I've attached an image of what my table looks like, empty and here is  my function/syntax:

     

    SortByColumns(Filter('[dbo].[power_deal_vendor]', deal_id = Value(DataCardValue5_1.Text)), "id", Descending)

    1.PNG
  • ccancino Profile Picture
    46 on at

    I've tried re-adding the table as suggested but nothing and also it displays data on the edit environment but not once published.

  • Eickhel Profile Picture
    374 Most Valuable Professional on at

    Hey,

     

    Have you tried testing if you're getting data without filtering just to check if you're receiving any data at all?

  • ccancino Profile Picture
    46 on at

    Did not try this but when not filtering just regular o data source it works.

  • Verified answer
    ccancino Profile Picture
    46 on at

    Figured it out! For some reason my function/syntax stopped working as it was working fine before. So to get it to display I used the following:

     

    SortByColumns(Filter('[dbo].[power_deal_vendor]', Text(deal_id) = DataCardValue5_1.Text), "id", Descending)

     

     

    Instead of converting the right hand side with Value(DataCardValue5_1.Text) I did it on the left side instead even though it gives me a warning sign.

  • Eickhel Profile Picture
    374 Most Valuable Professional on at

    Hi,

    I guess you are getting the warning because of the delegation. You are issuing a function on the data source itself, this could led you to bad performance later on.

     

    Is the "DataCardValue5_1.Text" a number? try to fix it on the PowerApps side to avoid issues along the way.

  • ccancino Profile Picture
    46 on at

    Yes, it is a number and yes I got the warning sign but its the only way I could make it work. It wont display doing it the correct way which was:

     

    id = Value(DataCardValue.Text)

     

    which was working but suddenly stopped working and I do not know why.

  • Eickhel Profile Picture
    374 Most Valuable Professional on at

    It should work that way but it might be a conversion issue.

     

    Have you tried veryfing the result of Value(DataCardValue.Text) in a variable?

    UpdateContext({test:Value(DataCardValue.Text)}) 

     

    And then check the variable though View / Variables.

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard