Forum Discussion
Anonymous
6 years agoNot applicable
Filter not showing what expected
Hello all. I have two tables and one filter. The first table shows information about product value for every year and the second table shows countries that exported selected products from the first t...
AllisonKennedy
Community Champion
6 years agoYou may need to create a measure for the $ calculation that uses the ALL() function to calculate the total for all prices.
Total = CALCULATE(SUM(column), ALL(filteredvalues))
Total = CALCULATE(SUM(column), ALL(filteredvalues))
Anonymous
6 years agoNot applicable
Thanks for your reply however it did not work for me