The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
How do I switch a value in a different column based on the selected value in my dropdown?
For example:
Name | Result |
Banana | 0 |
Grape | 0 |
Strawberry | 1 |
Apple | 0 |
When i get the average of the result column it'll be 25%. If I choose Banana from my slicer, how do I get it to change the result column to 1?
Results should be:
Name | Result |
Banana | 1 |
Grape | 0 |
Strawberry | 1 |
Apple | 0 |
New average should bt 50%.
Hi @aprilbanana , you can achieve this by using parameters in Power BI
Paramaters can be found under Modelling tab and you can use numeric range and use that in your DAX
Proud to be a Super User! |
|
User | Count |
---|---|
14 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
14 | |
8 | |
5 |