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.
Hello all!
I have created a conditonal format column too add to my table depending on my total of (Float days) as seen below
using this measure
is there a way for me to keep the conditional formatting in the table but rename the options in the slicer for managment to undertand or perhaps use the same icons the slicer works i just dont expect upper managment to correalte the icon with the hard code
Any help would be appreciated thank you!!
Solved! Go to Solution.
Hi @yazenbarakat123 ,
Based on your description, I have created a simple sample:
Please try:
Output:
If you want to change the value of slicer, please try:
First create a new table for slicer
Then add a new column:
Column = SWITCH([Custom],
"CircleLow","A",
"CircleMedium","B",
"C")
Manage relationships:
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @yazenbarakat123 ,
Based on your description, I have created a simple sample:
Please try:
Output:
If you want to change the value of slicer, please try:
First create a new table for slicer
Then add a new column:
Column = SWITCH([Custom],
"CircleLow","A",
"CircleMedium","B",
"C")
Manage relationships:
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@yazenbarakat123 , if this dynamic segmentation using measure, then in the table you can have display value, join or filter value
Like in this case I have table with generate series , where I join with values, but I can additional column for filter
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
Hello thanks for the response but I'm not sure how this relates to my question above
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
21 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |