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 everybody,
Simple question here, I have a segment used to filter data in my report.
I want to know if it is possible to rename the value in the segment select, in my case the value '0' and '1' which are in the database need to be replaced.
I know that I can replace the value in my models, but I have some calculated columns using those values, so I don't want to go and change them.
Thanks a lot !
Solved! Go to Solution.
Hi @Anonymous,
We can create a calcualted column in the table to achieve your goal.
State2 = SWITCH(Table1[State],0,"test1",1,"test2")
For more details, please check the pbix as attached.
Regards,
Frank
Hi @Anonymous,
We can create a calcualted column in the table to achieve your goal.
State2 = SWITCH(Table1[State],0,"test1",1,"test2")
For more details, please check the pbix as attached.
Regards,
Frank
Hi @Anonymous,
Does that make sense? If so, kindly mark my answer as a solution to close the case.
Regards,
Frank
User | Count |
---|---|
70 | |
67 | |
63 | |
50 | |
28 |
User | Count |
---|---|
113 | |
77 | |
65 | |
55 | |
43 |