Forum Discussion

SanchitGodse's avatar
SanchitGodse
New Member
2 years ago
Solved

Order Conversion efficiency Buckets

Hello ,
Need help with dax
I am Struggling to create buckets of order day count in current month (eg. count of days where order order conversion efficiency is greates than 95 % ).

I have order table and shipment table order table has order qty column and shipment table has shipment qty column,
I have created order conversion efficiency using dax - divide(sum(ordertable[order qty],sum(shipmenttable[ship qty),0).
thanks in advance 




2 Replies