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 / Customer price class
Power Apps
Answered

Customer price class

(0) ShareShare
ReportReport
Posted on by 375

Hi, I have both model-driven and canvas apps that are using the same cds. I have to make a sales price according to the customer group (customer price class). However, I still do not understand the workaround of customer price class. How does the approach should be like? 

Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at
    What is the name of your table and what are the relevant columns
  • NurNina Profile Picture
    375 on at

    @eka24 for now, I just use the standard entity in cds, the Account and Product. The price is all inside the product entity

  • eka24 Profile Picture
    20,925 on at
    If you want to get the price based on selected group then:
    Insert a dropdown and a textbox
    In the items property of the dropdown put: Product.CustomerGroup
    Then in the textbox put :
    LookUp(Product,CustomerGroup=DropdownName.Selected.Value,SalesPrice)
  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @NurNina ,

    Could you please share a bit more about your scenario?

    Is there a column called "Customer Group" in your Products Entity?

     

    I assume that the Customer Group is a Option Set type column in your Products Entity, and there is a available option for this field -- "Customer Price Class".

     

    If you want to get the Sales Price value (Sum value) based on the specific Customer Group value (e.g. 'Customer Price Class'), please take a try with the following formula:

    Sum(
     Filter(
     Products,
     'Customer Group' = [@'Customer Group'].'Customer Price Class'
     ),
     'Sales Price'
    )

    Note: The 'Sales Price' represents the Number type column in your Products Entity.

     

    If you could provide more details about your scenario, we could provide a proper workaround for you.

     

    Best regards,

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

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard