I have matrix with two measures: Total Premium
and Binds Total
.............................................................
Is it possible to create range slicer (something like the one below), that would filter data in a matrix based on amount of premium?
The data in a query looks like this:
So the SUM of Premum
per each ControlNo
should correspond to Range Slicer.
For example ControlNo
10 should be in range between 10,000 and 20,000
. Because 3,000 + 9,000 = $12,000
And ControlNo
20 should be in a range between 20,000 and 30,000
Because 15,000 + 7,000 = $22,000
.PBIX file can be accessed here: https://www.dropbox.com/s/a3l6e51r39t3kd1/GrossBudgetTest.pbix?dl=0