Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
Table
Here INV Basic should be Total - Tax =165950 but my table coming more then 44923689.99.
Please help me how should resolve the issue
Solved! Go to Solution.
Thank you for solution V-jianpeng, i have used the below measure its worked
Bal Amt1 =
SUMX(
VALUES('sales 1'[OINV.DocEntry]),
CALCULATE(
MAX('sales 1'[OINV.DocTotal])-MAX('sales 1'[OINV.VatSum])
)
)
Hi, @Sudhakar1000
Thank you a lot for sharing the solution. You can mark helpful replies and solutions you share as solutions so that others in the community can quickly find answers to the same problem. Thank you again for your cooperation.
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Sudhakar1000
According to the error shown in your image, your calculated column has a circular dependency, and your 'sales 1'[OINV. DocTotal], ‘sales 1’[OINV. VatSum] is also a calculated column? And the calculations depend on 'sales 1'[Cloumn 2], 'sales 1'[SOBasic in Lakh].
Circular dependencies are very common in Power BI, and the calculation result of column A depends on the calculation result of column B, and the calculation result of column B also depends on the calculation result of column A, which will cause Power BI to fail to determine the current calculation order, resulting in errors.
You can refer to the following community blog post that will help you understand circular dependencies and solve the current problem:
Circular Dependency between Calculated Columns in ... - Microsoft Fabric Community
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for solution V-jianpeng, i have used the below measure its worked
Bal Amt1 =
SUMX(
VALUES('sales 1'[OINV.DocEntry]),
CALCULATE(
MAX('sales 1'[OINV.DocTotal])-MAX('sales 1'[OINV.VatSum])
)
)
Hi, @Sudhakar1000
Thank you a lot for sharing the solution. You can mark helpful replies and solutions you share as solutions so that others in the community can quickly find answers to the same problem. Thank you again for your cooperation.
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Sudhakar1000
According to the error shown in your image, your calculated column has a circular dependency, and your 'sales 1'[OINV. DocTotal], ‘sales 1’[OINV. VatSum] is also a calculated column? And the calculations depend on 'sales 1'[Cloumn 2], 'sales 1'[SOBasic in Lakh].
Circular dependencies are very common in Power BI, and the calculation result of column A depends on the calculation result of column B, and the calculation result of column B also depends on the calculation result of column A, which will cause Power BI to fail to determine the current calculation order, resulting in errors.
You can refer to the following community blog post that will help you understand circular dependencies and solve the current problem:
Circular Dependency between Calculated Columns in ... - Microsoft Fabric Community
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
30 | |
11 | |
11 | |
10 | |
6 |