Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
There is a specific requirement to show the total of a measure , on the basis of a few dimensions and it should not be affected by other dimensions.
I have a table with dimension = ProductName, Country Measure = sum({<ProductName>} total<Country>TEU)
The issue is, whenever I add fields after total i.e. 'Country', the 'ProductName' stops filtering the table.
Please let me know if anyone knows how to make filter work, or an alternate solution to show total. Thanks!
Hi, By default, all dimension values are disregarded by the total qualifier. And so, the dimensions needed to interact with chart expressions must be specified.
=Sum(TOTAL <ProductName, ... > TEU)