Forum Discussion
Anonymous
5 years agoNot applicable
Circular dependency using Calculate
For a calculation I have created two column measures. The first calculates the # empty values in a row, the second calculates # values in the row that are not labelled as "N/A". However when trying t...
Anonymous
5 years agoNot applicable
The easiest way is to make the calculations in Power Query. If you want to remove the circ dep in DAX, avoid CALCULATE, which effects contex transition (placing filters on all columns in the table), and rely only on FILTER.