The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 this to "Cost" or "Margin"... can this be created in a way that allows a user to switch the table's values?
Here is a very simple pbix file with data: https://www.dropbox.com/s/swygxei13r0kg66/example.pbix?dl=0
Solved! Go to Solution.
Check this out
https://drive.google.com/file/d/13QnNrMn12L7q2hnNhTqkk3Lh8aaEOwkj/view?usp=sharing
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
See if this article helps:
Create a hybrid or custom matrix
Proud to be a Super User!
Paul on Linkedin.
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
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
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.
Check this out
https://drive.google.com/file/d/13QnNrMn12L7q2hnNhTqkk3Lh8aaEOwkj/view?usp=sharing
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
This looks good. I think I can work with this! Thank you