Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
Please can anyone offer any hep with this?
I have a fact table as below
Country Value
| Nicaragua | 10 |
| Mexico | 20 |
| Honduras | 30 |
| Guatemala | 40 |
| El Salvador | 50 |
| Ecuador | 60 |
| Costa Rica | 70 |
| Colombia | 80 |
| Chile | 90 |
| Brazil | 100 |
| Bolivia | 110 |
| Argentina | 120 |
| Peru | 130 |
| Paraguay | 140 |
| Venezuela | 150 |
| Uruguay | 160 |
| Panama | 170 |
Then I have a slicer from a dim table for all countries which is connected to the fact table by country.
Connected Measure to change only the values for one country
What I am trying to do is to change the fact table value for only the selected country based on a measure.
So, with the slicer in operation, the value for the selected country only would increase by a percentage. So, if a user here selected
COSTA RICA, then the value for Costa rica only would increase as such based on another slicer which would multipy the original value by 1, 1.01, 1.02 1.03 etc.
| Slicer | ||
| 0 | 1 | 2 |
| 0% | 1% | 2% |
| 70 | 70.7 | 71.4 |
VAlues for all other countries would remain the same, i.e. multiplied by 1
Any ideas?
Regards
Dave
Solved! Go to Solution.
have done what I needed with a measure like this used in conjunction with an unrelated second dimCountrytable and a slicer that filters on using selectedvalue
have done what I needed with a measure like this used in conjunction with an unrelated second dimCountrytable and a slicer that filters on using selectedvalue
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!