Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
I've got a measure which calculates a ratio. Because I only have partial data from my dataset to calculate the ratio I have a KEEPFILTERS argument. However this seems to be causing measure to sum rather than aggregate, so it's not showing the correct value.
The measure is firstly summing new and renewal policies as a variable, then it divides this by my total quotes whilst forcing it to only care about two specific source systems:
ABC = 98.63%
DEF = 21.70%
So my measure is showing 210.25% instead of about 84%
Is there a way around this?
Quote to Bind Ratio =
VAR VarPolicies = [Policies New]+[Policies Renewal]
RETURN
CALCULATE(DIVIDE(VarPolicies,[Quotes]),KEEPFILTERS('Source Systems'[Source System]="ABC" || 'Source Systems'[Source System]="DEF"))
Hi @JemmaD ,
Can you share a sample file that wipes sensitive data and post the expected output? This will be helpful. thanks.
How to Get Your Question Answered Quickly
How to provide sample data in the Power BI Forum
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
112 | |
108 | |
101 | |
93 | |
69 |
User | Count |
---|---|
172 | |
135 | |
132 | |
101 | |
95 |