Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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])
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
42 | |
30 | |
27 | |
27 |