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 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi All,
I am new here and finding it difficult to get around this query.
i am trying to do the below
original amount = DIVIDE ([ACTUAL NET PREMIUM RECEIVED], [RATE OF EXCHANGE]) * COUNT(POLICY[POLICY_NUMBER)
but i am not getting the right result.
in summary, if i divide between (actual net preview) and (rate of exchange) and the result = 20 and policy number appears 10 times, i want to be able to multiply 20 * 10 .
i also try to do it seperately = original amaount * count(policy[policy number) still not getting it right.
basically, i want to do a group by on policy number
policy number
aaaa
aaaa
aaaa
aaaa
bbb
bbb
bbb
aaaa
cccc
cccc
so i want to count number of policy number then multiple it by the division result.
Any help will be grateful
Solved! Go to Solution.
Share us a complete example and the expected output. Visit http://community.powerbi.com/t5/Desktop/bd-p/power-bi-designer for more DAX questions.
Share us a complete example and the expected output. Visit http://community.powerbi.com/t5/Desktop/bd-p/power-bi-designer for more DAX questions.
Thanks, Every thing works fine now. The dataset contains duplicate records and my calculation is right.
Thanks all
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |