Forum Discussion
Dax filter column in column
- 7 years ago
Hi nontmn ,
Based on your original formula, I modified it to calculte the values.
Column 4 = DIVIDE(CALCULATE(SUM('Table'[A]),FILTER('Table',EARLIER('Table'[model])='Table'[model])),'Table'[A])Is this what you want? If not, can you please post the expected result? Then we will understand your requirement clearly.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Actually, I have many version for one model so sometime I cannot indicate version, it has to share to other version.
My idea is create column that already shared sales by month and model but when I create another column with same method it show circular dependency detected(sum column[A]).
I already use measure method to share version but I found something wrong (subtotal sum up) . So I think it better to share before next calculation by measure.
Hi nontmn ,
Based on your original formula, I modified it to calculte the values.
Column 4 = DIVIDE(CALCULATE(SUM('Table'[A]),FILTER('Table',EARLIER('Table'[model])='Table'[model])),'Table'[A])
Is this what you want? If not, can you please post the expected result? Then we will understand your requirement clearly.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.