Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
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.
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
New column = ((100 -[Discount]) *[Gross Sales])/100