Forum Discussion
How to filter columns in a visual Rows by measures?
- 10 months ago
Hi,
Circular dependencies occur when a measure or calculated column referencing a field that is itself dependent on another calculated field.Sorting or filtering a column based on another calculated column also causes cicular dependencies.
Try to :1.Use RemoveFilters or ALLEXCEPT : These can help isolate dependencies.
2.Ensure no bidirectional relationships are causing loops.
Additionally, I would encourage you to share your DAX measure or share your sample data excluding sensitive data.
Thank You
Hi,
Circular dependencies occur when a measure or calculated column referencing a field that is itself dependent on another calculated field.
Sorting or filtering a column based on another calculated column also causes cicular dependencies.
Try to :
1.Use RemoveFilters or ALLEXCEPT : These can help isolate dependencies.
2.Ensure no bidirectional relationships are causing loops.
Additionally, I would encourage you to share your DAX measure or share your sample data excluding sensitive data.
Thank You