Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
hi, i've a problem with circular dependency.
i need 2 different calculated colums.
the first one it's a calculated colum with some if conditions (i did it without problems)
the second one is a column which contain the first calculated column in the formula. that's give me a circular error.
Hi, @Alberto95
After testing, the computed column detects circular dependencies. But measure doesn't.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Alberto95 , can you share excat error
Try like
VAL_TRASP_1 = CALCULATE(SUM(VENDITE_ICG[QTA])*SUM(VENDITE_ICG[IMPORTO_NETTO]),filter(VENDITE_ICG,VENDITE_ICG[IMPORTO_NETTO] = earlier(VENDITE_ICG[IMPORTO_NETTO]) ))
refer: https://www.sqlbi.com/articles/avoiding-circular-dependency-errors-in-dax/
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 46 | |
| 31 | |
| 29 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |