Forum Discussion
daxreport
3 years agoFrequent Visitor
Summing a column from a Virtual table
Hello, In my measure, I have created a Virtual Table using VAR statement. This virtual table uses ALLSELECTED to summarize all the columns available in the current visual along with two measures...
daxreport
3 years agoFrequent Visitor
Hi Alf94 Thanks for your response.
Unfortunately, it is not working as the SUMX iteration is adding up the entire Calculated Table which is using ALLSELECTED.
I need to find a way to use current filter context before SUMX conducts its operation of the calculated table. Thanks