Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
islam_zaki
Regular Visitor

Calculate Gross Sales with columns have value "percentage"

Hi All

 

I have a transaction table, contact many columns include gross sales "Vales" and Discount "Value" is the discount percentage. 

 

Example: 

Gross Sales = 100.00 

Discount= 5.00 "This value have to baclulated as percentage" 

The result = 95.00

 

Thanks in advance.

3 REPLIES 3
islam_zaki
Regular Visitor

Hi All 

 

Thanks for supporting all, both (Measure and Column) of this giving me the total amount, My DB each item has Gross sales value and I need to get each item value. 

 

Here is the total Gross sales for Store#10 from starting of the year the measure or column not filtring with date or any there field. 

islam_zaki_0-1620033074314.png

 

FYI

Table has : 

Area

Store#

SalesDate

cashier#

transaction#

barcode

 

Thanks again for all of the advising and supporting, which to get what I am looking for.

 

Regards

 

 

 

 

_adamdosso
New Member

Create a new measure RESULT
 
RESULT = SUM('Table'[Gross Sales]) -  SUMX('Table','Table'[Gross Sales] * ('Table'[Discount]/100))
amitchandak
Super User
Super User

@islam_zaki ,

New column = ((100 -[Discount]) *[Gross Sales])/100

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.