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 / Further Filters Select...
Power Apps
Answered

Further Filters Selections in a Combo Box who's source is PowerBIIntegration.Data

(0) ShareShare
ReportReport
Posted on by 91

I'm trying to filter what can be selected in a combo box whose source is a PowerBIIntegration.Data.  I've been successful in bring in the Power BI Column of Machine Code and break it down to just Distinct values.  I am unsuccessful in doing that and applying a filter from the Powerapps Page (Department_1) to the Power BI column (Dept) to filter the distinct values for a Combo Box source.

Original Successful Items: Distinct(PowerBIIntegration.Data,'Machine Code')

Version I'm working on Items: Filter(Distinct(PowerBIIntegration.Data,'Machine Code'),Department_1.Text in PowerBIIntegration.Data.Dept)

I appreciate any help anyone can give.

Categories:
I have the same question (0)
  • RezaDorrani Profile Picture
    12,145 on at

    Hi @PaulBI 

     

    Distinct always returns a collection with only 1 column called Result

     

    Distinct(PowerBIIntegration.Data,'Machine Code')

    will return a collection with column Result that will contain all your distinct machine codes

     

    You will need to update your query accrodingly

     

    Regards,

    Reza Dorrani

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

  • Verified answer
    Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    I think all you need to do is filter the data first then use the distinct.

     

    Example: 

    Distinct(Filter(PowerBIIntegration.Data, Department_1.Text in Data.Dept),'Machine Code')

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard