Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello Forum,
I have a simple dashboard with two tables with information about orders. In the first table there is the customer data, in the second the articles sold. They are joined by the OrderId.
For our financial administration I need to make an export file with requiered data from the orders.
When one order has more order lines the shipping costs are placed after each line, while they are for the complete order.
The FA needs the seperate order lines, but of course the shipping costs may only be calculated once.
How would you solve that? Thanks in advance for your help !
Hi @BartVlek ,
Can you please add more detail to your query like sample data, data model, their relationships, etc.?
The current scenario doesn't help at all in answering your question.
Refer following article on how to get your question answered correctly:
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Thanks,
Pragati
I would love to. How can I add files to a post?
Hi @BartVlek ,
You could show your expected results here with screenshots or tables.
According to your image above, is the "Porto" calculated only once for each ID in subsequent calculations? You could use the average value like :
AVG =
CALCULATE (
AVERAGE ( 'Table'[Porto] ),
ALLEXCEPT ( 'Table', 'Table'[orderId] )
)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |