Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, so I created a column that display "true" or "false" if the conditions are matching.
I would like to know if there is a way to create a variable, X=757_501, for example, and replace every "787_501" by this X in my formula. I would like to do this because I might often want to change this number in the future. And changing the value of 1 variable is faster than changing it 15 times in a formula.
I tried to do this through measures but it didn't work as planned
Thanks !
Solved! Go to Solution.
YES you can use veriables in dax
for example
Query Bugs = Var T = "787_501" Var ret = <put your dax here and replace each instance on text with T> Return ret
Where you need to combine your veriable in a string just use a &
fore example where you have "test 787_501" replace with "test " & T
Proud to be a Super User!
YES you can use veriables in dax
for example
Query Bugs = Var T = "787_501" Var ret = <put your dax here and replace each instance on text with T> Return ret
Where you need to combine your veriable in a string just use a &
fore example where you have "test 787_501" replace with "test " & T
Proud to be a Super User!
The answer was under my eyes since the beginning, you can't even imagine every things I tried knowing this VAR function...
Thanks
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
37 | |
31 | |
26 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |