Forum Discussion
Filter does not work on calculated column
Hi smpa01,
smpa01 wrote:Since 'element' does not filter 'summary' that slicer would not work.
That sounds very promising.
Unfortunately, I did not understand your solution. Can you maybe elaborate a bit more?
Thanks,
David
david_blabla I am guessing your DM looks like this
The flow of filter (arrow) is from summary to element, which means only columns from summary can slice anything from element, summary can slice summary. But element can't slice sumamry unless you make the filter bi-directional (which is not recommended) but then it introduces a lot of ambiguity in the model.
What I have suggested is this. When building viz, bring all the axis and slicers from from 'elementType' and 'summary'; create a measure on 'element' and drop that on the axis. Slicer can easily slice them.