Forum Discussion
ppraca
2 years agoFrequent Visitor
Disconnected table alter the filter context
Hi, I'm working in an Excel Pivot table, and I have a disconnect table: TopN value. My model: In the disconnected table I have the following measure: TopN_Value= =SELECTEDVALUE('topN'[TopN v...
bhanu_gautam
Super User
2 years agoppraca ,You might need to use the CALCULATE function to modify the filter context explicitly.
TopN_Value = CALCULATE(SELECTEDVALUE('topN'[TopN value]))
ppraca
2 years agoFrequent Visitor
Thanks for your answer, but doesn't work.