Forum Discussion
bendsteel6
Helper I
5 years agoParameter As Filter?
I have a simple table with 4 columns, namely vehicle (VIN), a coverage Id (COV_ID) and START and END miles for the coverage. A vehicle can have multiple coverages with different start and end mileag...
mahoneypat
Microsoft Employee
5 years agoYou could add a What-If parameter to your report, so the user could select a value from that, and create a measure to filter the results where the selected value on the slicer is >= start miles && <= end miles.
Pat