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 / Need to combine a Grou...
Power Apps
Answered

Need to combine a GroupBy, Filter, and Startswith

(0) ShareShare
ReportReport
Posted on by 116

I don't know why i have such a tough time sometimes combining functions but i need some help please. 🙂

 

I need to do the following (which currently works):

 

GroupBy(
Filter(
'List of Departments',"1.1" in DepartmentID,
!IsBlank('Area (Area1)')),
"Area1","grAreaDetail")

 

But where the 1.1 is, i need it to show only the options that STARTS WITH 1.1. right now its showing things that contain 1.1 and that is not what i want.

 

For some reason my sharepoint column is showing as 'Area (Area1)' , i changed the name but it never updated even after refreshing and waiting a day, oh well.

So i want to filter the 'List of Departments' list by the DepartmentID that STARTS WITH 1.1.

I don't want it to show any blank rows.

Then it groups by the Area1, grAreaDetail.

Categories:
I have the same question (0)
  • Verified answer
    Km00 Profile Picture
    116 on at

    This happens alot, after i post i finally get it Lol.

     

    I was able to do what i needed with this for if anyone needs it:

     

    GroupBy(
    Filter(
    'List of Departments', StartsWith(DepartmentID,"1.1"),
    !IsBlank('Area (Area1)')),
    "Area1","grAreaDetail")

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 421 Most Valuable Professional

#2
11manish Profile Picture

11manish 153 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 116 Super User 2026 Season 2

Last 30 days Overall leaderboard