March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
44 |
User | Count |
---|---|
204 | |
105 | |
99 | |
64 | |
54 |