The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi, I need to get a cumulative column, the culumlative is based on result of another measure use divide:
here is the measure I created and the result:
cal_bur_total_ar_dor is the correct reslut that used for calculate cumulative value, while cal_bur_acc_ar_dor did not get the result needed
The cumulative measure need to be like this: 0, 16, 79, 160, 212...
do you have any ideas to correct the measure? Thank you.
Solved! Go to Solution.
Hi, try this one
Hi, try this one
Thank you, solved