I have created a measure
NETWORKING DAY- var C1- calendar (max(update date)-max(date one)) Var H1 = DataTable(“Date”,date time, {“01/01/2020} Var c2= except (c1,H1) Var c3= add column (C2,”Weekday”,Weekday(Date,2)) Return Count Tax(filter(c3,[weekday]<6,[date]))
And one other measure with name- NETWORKING DAY2 calculation With different date in calendar
And then have created one bucket column ( If networking day=2 ,”2 days”,”Others”)
And i need same bucket(BUCKET 2) with other measure NETWORKING DAY2 but while creating a bucket column i am getting error like A CIRCULAR DEPENDENCY WAS DETECTED BUCKET , BUCKET2, BUCKET)