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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors