The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
here's my situation : depending on user selection on a segment, I want to create a table that selects either the column1, either column2
Table =
var user_choice = [sel] --= selectedvalue of a segment menu
return
if (user_choice="a",
SELECTCOLUMNS(
data,"id",data[id],"DATA_LIB", data[COLONNE1],"VALUE",data[VALEUR])
,--else if = b
SELECTCOLUMNS(
data,"id",data[id],"DATA_LIB", data[COLONNE2],"VALUE",data[VALEUR])
)
It's not working. Is it normal ?
Aim : I'd like to change my column reference in my bar charts depending the situation
(Today I duplicate the vizualiation and change the field)
Thanks !
Solved! Go to Solution.
looks ok. You might be interested in this video
Great ! Thanks !
User | Count |
---|---|
65 | |
61 | |
60 | |
53 | |
30 |
User | Count |
---|---|
181 | |
88 | |
71 | |
48 | |
46 |