Forum Discussion
Using results from filtering to filter another visual
ahipon , Simply filter measure < 0 should work in this case as the combination is material and week
Other wise we need create measure at that level and filter using allexcept , allselected/,max etc
Thanks for the suggestion. Filtering for just measure < 0 doesn't quite work because I also need to be able to choose which Year Week to view.
When also filtering Year Week I get the correct Materials but I want to see all the Week Year columns.
- Anonymous4 years agoNot applicable
HI ahipon,
Can you please share a pbix or some dummy data that keep raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
- ahipon4 years agoFrequent Visitor
Hi Xiaoxin,
Below is sample pbix file with dummy data.
https://drive.google.com/file/d/1nVQDN_xLsl3MPWcFFKKgOCVa32xXnKMY/view?usp=sharing
There is a simple matrix with values from a measure that is working correctly. There are are negative and positive values. Currently all Materials are displayed. I would like to dynamic pick a YearWeek, determine what Materials where value is negative, then filter entire Matrix based on the list of Materials.
Thank you.