Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I have the following table, as you can see the Sum of distanceKM is 512.
I want o make a measure to calculate the Sum of distanceKM until its value is less than 450km.
So, I want a condition in the measure to stop calculating the Sum once it will reach 450km.
The reason is that I want to know on which row the sum will be 450km or less.
it look similar to this in Excel
Hi @tamim ,
Try this code for measure:
User | Count |
---|---|
20 | |
14 | |
11 | |
8 | |
6 |
User | Count |
---|---|
23 | |
23 | |
20 | |
15 | |
10 |