Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I have a query on filtering data using Measure,
Scenario - I have two slicers one helps me filter the Location coordinates and the other(manually generated value, has no relation with other data) helps in selecting a range (10 yards, 20 yards). I want to know is it possible to link and use these values to identify list of other coordinates that fall within a specific range of the selected value ?
So whenever a user selects a specific coordinate and range i want to display the list of data and their coordinates that is within that range. Can this be done ?
Solved! Go to Solution.
Please find the below solution,
1. Created a table
2. Create another table as below,
3. Create a measure as below,
5. Yards slicer should be from 'Table_Yards_slicer' table.
if you follow the above approach you can solve your issue.
Please find the below solution,
1. Created a table
2. Create another table as below,
3. Create a measure as below,
5. Yards slicer should be from 'Table_Yards_slicer' table.
if you follow the above approach you can solve your issue.