Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Everyone,
I am using multiple formulas to calculate filed but I found in a Subtotal column is incorrect.
On column: Deduct Rate, I use formula = Amount_THB * Number of CPN. The value in row B, H, V and Y is correct but row Subtotal is incorrect. I want to row Subtotal is calculating = row: B+H+V+Y, please advise me.
Deduct Rates = SUMX('Interline Rate',[Amount_THB])*SUMX(vw_nw_sale_info_01,[Number of CPN])
Thank you.
Solved! Go to Solution.
Hi Ross73312,
This problem is solved.
I have used another way, an insert a new column and use the formula to get data, an example is below.
Deduct Rates = LOOKUPVALUE('Interline Rate'[Amount_THB], 'Interline Rate'[Carrier],vw_nw_sale_info_01[Carrier Uplifted], 'Interline Rate'[Routing_Bi],RELATED('Routing Bi'[Route_Bi]), 'Interline Rate'[RBD],vw_nw_sale_info_01[CLASS] )
% Change Deduct = [Revenue] - [Deduct Rates]
Try:
First create this
Deduct Rates Measure = 'Interline Rate'[Amount_THB] * 'vw_nw_sale_info_01'[Number of CPN]
Now you can use
Deduct Rates = SUMX( VALUES('Interline Rate'[Routing_BI]), [Deduct Rates Measure] )
Hi Ross73312,
Thank you for your reply.
I forget attached relationship of tables.
I cannot relation between 'vw_nw_sale_info_01'[Number of CPN] and 'Interline Rate'[Amount_THB].
That might be the killer part to your problem. You will need to figure out a way to relate the data if you wish to do this. Conceptually, is there anything that relates the two tables?
Hi Ross73312,
This problem is solved.
I have used another way, an insert a new column and use the formula to get data, an example is below.
Deduct Rates = LOOKUPVALUE('Interline Rate'[Amount_THB], 'Interline Rate'[Carrier],vw_nw_sale_info_01[Carrier Uplifted], 'Interline Rate'[Routing_Bi],RELATED('Routing Bi'[Route_Bi]), 'Interline Rate'[RBD],vw_nw_sale_info_01[CLASS] )
% Change Deduct = [Revenue] - [Deduct Rates]
Glad you figured out a path to a solution 🙂
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
55 | |
55 | |
37 | |
30 |
User | Count |
---|---|
78 | |
64 | |
45 | |
42 | |
40 |