Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hey
having those two columns I get a Circular Dependency error and I don't know how to fix it.
Can you yelp?
Achieved = TOTALYTD(SUM(VIEW[Sales]);VIEW[Date].[Date])
Cumulative Target = TOTALYTD(SUM(VIEW[Quantity])*100;VIEW[Date].[Date])
Solved! Go to Solution.
Hi @pointer,
There columns will calculated through the date column, I think the issue may related to it.
You can try use below formula to use other functions calculate YTD.
Cumulative Target = CALCULATE(SUM(VIEW[Quantity])*100;FILTER(ALL(View),[Date].[Year]=EARLIER(View[Date].[Year])&&[Date]<=EARLIER(View[Date])))
In addition, you can try to use measure to instead the calculated column.
Regards,
Xiaoxin Sheng
Hi @pointer,
There columns will calculated through the date column, I think the issue may related to it.
You can try use below formula to use other functions calculate YTD.
Cumulative Target = CALCULATE(SUM(VIEW[Quantity])*100;FILTER(ALL(View),[Date].[Year]=EARLIER(View[Date].[Year])&&[Date]<=EARLIER(View[Date])))
In addition, you can try to use measure to instead the calculated column.
Regards,
Xiaoxin Sheng
Thank you very much!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |