This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register 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.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |