The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
I'm able to caculate Monthly Cumulative for Number measure..
And same Monthly cumulative logic I want to peform for the Calculated Percentage measure...
I tried to wite same formula but records are not coming as expected !!
Put your thoughts & Suggestion !!
Thanks in advance.
@DAXUser
Solved! Go to Solution.
Hi, @Anonymous
You can try the following methods.
Measure:
Cumulative target = SUMX(FILTER(ALL(KM),[Calendar Day]<=SELECTEDVALUE(KM[Calendar Day])),[Target%])
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Here,
new measure name = C Target Shipment %
Table Name = KM
Based on cumulative total = Target Shipment %
C Target Shipment % = CALCULATE(SUMX(VALUES(KM),[Target Shipment %]),FILTER(ALLSELECTED(KM),KM[Calendar Day].[Day]<=MAX(KM[Calendar Day].[Day])))
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Meet Patel
Hi @Anonymous
Here,
new measure name = C Target Shipment %
Table Name = KM
Based on cumulative total = Target Shipment %
C Target Shipment % = CALCULATE(SUMX(VALUES(KM),[Target Shipment %]),FILTER(ALLSELECTED(KM),KM[Calendar Day].[Day]<=MAX(KM[Calendar Day].[Day])))
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Meet Patel
Hi, @Anonymous
You can try the following methods.
Measure:
Cumulative target = SUMX(FILTER(ALL(KM),[Calendar Day]<=SELECTEDVALUE(KM[Calendar Day])),[Target%])
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |