Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi
Below 3 fields is there.
Sales price
200 100
Total is :300
Qty
200
300/200
=1.5
i want like this in power bi please help on this.
hi @Anonymous
You could just create a measure as below to get it:
Result = DIVIDE(SUM(Sales)+ SUM(price) ,SUM(Qty))
If not your case, please share your sample pbix file and your expected output.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Regards,
Lin
@Anonymous
Column = ([Sales] + [Price])/[Qty]
Unfortunately we can not do more for you with such a poor problem explanation.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 44 | |
| 42 | |
| 40 | |
| 40 |