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 / unable to filter Recor...
Power Apps
Answered

unable to filter Records from powerBi database

(0) ShareShare
ReportReport
Posted on by 8

HI I have a existing power app created from Microsft list " TerminalNamingQC" which i wish to integrate to Power Bi dashboard using "powerAPps for power BI visual"  . so i manage to integrate PBI with Power app and able to see " powerBIintegration".data on my Power app editor .

 

rkp1404_1-1677006453796.png

Also a snip from my PBI dashboard where I filter content using slicer and expecting power app to show only those filter records not all 

rkp1404_2-1677006634334.png

Can you help how to achieve it .Thanks in advance 

br,Rkp1404

Categories:
I have the same question (0)
  • rkp1404 Profile Picture
    8 on at

    Continuing my post ..... 

     

    -Now adding following formula to "Items" of my "BrowseGalary" , I am able to filter the first Row only .
     ==> LookUp(TerminalNamingQC,'ID' = First(PowerBIIntegration.Data).'ID')

     

    but i wish to filter all Records that will satisfy 4 of my slicer selected item  how to achive it .

     

    Thanks in advance .

  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @rkp1404 ,

     

    Please try below formula:

    Filter(TerminalNamingQC, 'ID' in PowerBIIntegration.Data.'ID')

     

    Best regards,

  • rkp1404 Profile Picture
    8 on at

    Thanks for your reply , I tried this "Filter "Function but with this i am getting Delegation warning. The highlighted part of this formula might not work correctly on large data sets." . and indeed the filter function is not working correctly because of this warning .

     

  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @rkp1404 ,

     

    You are comparing the two tables using in operator, so you cannot bypass the delegation issue in this case. But to eliminate the warning you can use below formula:

    ForAll(PowerBIIntegration.Data As PD, LookUp(TerminalNamingQC , 'ID' = PD.'ID'))

     

    Best regards,

  • rkp1404 Profile Picture
    8 on at

    This is superb , now the formular works as per expectation .Thanks for educating me .

     

     

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