Forum Discussion
8shipsbynight
Helper I
5 years agoTable\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
Microsoft Employee
5 years agoYou 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
- 8shipsbynight5 years ago
Helper 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 ago
Community Champion
- 8shipsbynight5 years ago
Helper I
This looks good. I think I can work with this! Thank you