Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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])
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.