Forum Discussion
santhidhanuskod
2 years agoRegular Visitor
TopN records within custom table
Hi, I have created 2 custom tables from the main table using DAX query. Active milestones = FILTER('Live Query', ('Live Query'[workflow_stage_name] IN {"In Progress","In Progress - Green","In ...
MVenables
Advocate II
2 years agoHi,
Instead of using a TOPN Measure have you considered added a filter to the visual. Advanced filtering then selecting how many by TOPN as per my example below. I have filter by my 'Sell' (Sales Measure)
Thank you