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 / Power apps power BI iN...
Power Apps
Suggested Answer

Power apps power BI iNtegration

(0) ShareShare
ReportReport
Posted on by 29
Hi all,

Below is the link to the issue i am facing in integration between power apps and power BI.

Solved: Getting Row count but column headers not showing in power apps

Please share your troubleshooting steps for it.
 
 
I have the same question (0)
  • Suggested answer
    sannavajjala87 Profile Picture
    515 Super User 2026 Season 1 on at
    HI,
     
    That symptom (rows counted but the column headers blank) almost always means the data is arriving fine, but the column names coming back aren't what the control is binding to. A few things to check, roughly in order:
    1. Look at the actual field names in the result. Drop a temporary label set to something like First(YourData).SomeField, or check your flow/query output. If you're pulling from Power BI's "run a query against a dataset" action, the columns usually come back prefixed and bracketed, like Table[Column], not a clean Column. That's exactly why the row count works but ThisItem.Column shows nothing: the real field name isn't what you typed.
    2. Clean up the field names before they reach the control. Easiest is to reshape in the flow with a Select action so each row has plain keys (Column instead of Table[Column]). If you'd rather do it in the app, rebuild the data with RenameColumns, AddColumns, or ShowColumns into a collection with clean names and bind the gallery to that.
    3. If the data is untyped (for example from ParseJSON), Power Apps won't auto-detect columns at all. You have to cast each field explicitly with Value(), Text(), and so on, and define the columns yourself.
    4. For the classic Data Table control specifically, it only auto-fills the Fields pane from a typed source. If your Items is dynamic, add the fields manually in the Fields pane, or switch to a Gallery or the modern Table control, which give you direct control over each column's binding.
    If you can share the exact source (a Power BI dataset query versus a flow returning the data) and a screenshot of the field names on one returned record, it's usually quick to pin down which of these it is.
    Hope that helps.
     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard