Forum Discussion
8shipsbynight
5 years agoHelper I
Table\Matrix with the ability to interactively change values
Is there a way to create a Table\Matrix that allows a user to interactievely change values? As you can see below, the Matrix is set up to show "Price", but what if I wanted the user to easily change ...
- 5 years ago
mahoneypat
5 years agoMicrosoft Employee
You can create dynamice measures to do that. This article shows how.
Power BI DAX Dynamic Measures – Data on Wheels – Steve & Kristyna Hughes (wordpress.com)
Regards,
Pat
8shipsbynight
5 years agoHelper I
Thanks. I'm currently using a dynamic measure in my PBIX and it works great when assessing a single column of data and aggregating a single way. However, I'm trying to incorporate the MIN, AVG, and MAX. The site you shared with me is also calculting a single value - appears to be SUM in the site's case.
- aj19735 years agoCommunity Champion
- 8shipsbynight5 years agoHelper I
This looks good. I think I can work with this! Thank you