Forum Discussion
Creating Filter from mesure
- 4 years ago
Hello Anonymous -
This should help you out-
https://youtu.be/-nqEv2YXLsU
Please mark it as answer if it resolves your issue. Kudos are also appreciated.
Hi Anonymous ,
If you want to be able to switch between measures by just clicking a button/slicer item, you can you the Field Parameters feature available as a preview in the May 2022 release of Power BI Desktop. You can also use measure to filter another measure but depending the current filter context and your data model, the formula below might not give you the result you expect.
NewMeasure =
CALCULATE ( [MyMeasure], FILTER ( Table, Table[Column] = [MyOtherMeasure] ) )
- Anonymous4 years agoNot applicable
thank you danextian , can you show me where is the Field Parameter ?
- Shishir224 years agoSolution Sage
Hello Anonymous -
This should help you out-
https://youtu.be/-nqEv2YXLsU
Please mark it as answer if it resolves your issue. Kudos are also appreciated. - danextian4 years agoSuper User
Here's a demo of that: https://www.youtube.com/watch?v=V6WchPDZibI