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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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])
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |