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 Guys,
I'm very new to PowerBI and in my previous post i want to calculate a SLA score for my telephone. Now i made 4 colums:
AcceptedQueuetime = calculate(countrows(PowerBI_Customer_Last180Days); PowerBI_Customer_Last180Days[queuetime]<20)
Missed = sum (PowerBI_Customer_Last180Days[MissedCalls])
Accepted = sum (PowerBI_Customer_Last180Days[AcceptedCalls])
SLA = DIVIDE(PowerBI_Customer_Last180Days[AcceptedQueuetime];(PowerBI_Customer_Last180Days[Accepted]+PowerBI_Customer_Last180Days[Missed]))
Here is my table with columns:
But when i click the SLA column i get the message:
A circular dependency detected: PowerBI_Customer_Last180Days[AcceptedQueuetime]; PowerBI_Customer_Last180Days[SLA]+PowerBI_Customer_Last180Days[AcceptedQueuetime]
What is wrong with the calculation i'll hope someone can help me
Hi @jopper1988,
You can take a look at below blog which told about circular dependency error:
Understanding Circular Dependencies in Tabular and PowerPivot
Regards,
Xiaoxin Sheng
User | Count |
---|---|
70 | |
64 | |
62 | |
48 | |
28 |
User | Count |
---|---|
113 | |
80 | |
64 | |
55 | |
43 |