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 / Chart powerapp duplicate
Power Apps
Answered

Chart powerapp duplicate

(0) ShareShare
ReportReport
Posted on by 250

Hey Power Guys/Ladies.

 

I have a table that looks like this:

EtablishementPurchaseIncome
Carrefour120 
Carrefour120 
Dart 120

I would like to know how to show a chart column with unique etablishement and add the sum of the purchase, I did try this:

ForAll(
 Distinct(Filter(
 Add_Expensive, Purchase > 0),
 Etablishement
 ),
 LookUp(
 Add_Expensive,
 Etablishement = Result
 )
)

But have doubles and some not displayed.

 

Thanks Friends

Categories:
I have the same question (0)
  • Gochix Profile Picture
    1,937 Moderator on at

    Hi @loopingmurdock ,

     

    You can try to use:

    AddColumns(
     GroupBy(Add_Expensive,"Establishment","NewEST"),
     "TestCHART",Sum(Filter(NewEST,Purchase > 0),Purchase))
  • loopingmurdock Profile Picture
    250 on at

    Thanks

    Never think of addcolumns() just did i small mod

    AddColumns(
     GroupBy(Filter(Add_Expensive, Purchase > 0), "Etablishmnet","SumUp"),
     "Eta",Sum(Filter(SumUp,Purchase > 0),Purchase))
  • Verified answer
    Gochix Profile Picture
    1,937 Moderator on at

    Glad you fixed your issue.

     

    Please select accept a solution to close the topic.

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 936

#2
Valantis Profile Picture

Valantis 604

#3
11manish Profile Picture

11manish 518

Last 30 days Overall leaderboard