Forum Discussion
Help filtering time range by time stamp
- Anonymous5 years ago
Hi Anonymous,
It sounds like you want to achieve a custom filter effect from your slicer. For your requirement, you need to use the unconnected table as source of the slicer, then you can write a measure expression to extract the current value and compare it with table records to filter records and apply it on 'visual level filter' to filter records.
Using the SELECTEDVALUE function in DAX - SQLBI
Applying a measure filter in Power BI - SQLBI
Regards,
Xiaoxin Sheng
Hi Anonymous,
It sounds like you want to achieve a custom filter effect from your slicer. For your requirement, you need to use the unconnected table as source of the slicer, then you can write a measure expression to extract the current value and compare it with table records to filter records and apply it on 'visual level filter' to filter records.
Using the SELECTEDVALUE function in DAX - SQLBI
Applying a measure filter in Power BI - SQLBI
Regards,
Xiaoxin Sheng