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
Dear All,
I have an issue and I hope I don't bother asking you for help.
I have a table with names (column "name") and a measure linked to the values of each name [values].
I'd like to have the chance to select one name at a time (I created a slicer) and change the values to simulate a different scenario (I created another measure and a parameter).
This measure is as follows :
Solved! Go to Solution.
@gianmarco , Try a measure like given below with name in the visual
IF(Max(Table1[Name]) = SELECTEDVALUE(Table1[Name]),[values]*(1+[Parameter Value]),[values])
@gianmarco , Try a measure like given below with name in the visual
IF(Max(Table1[Name]) = SELECTEDVALUE(Table1[Name]),[values]*(1+[Parameter Value]),[values])
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!
| User | Count |
|---|---|
| 101 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |