Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
User | Count |
---|---|
23 | |
20 | |
20 | |
13 | |
13 |
User | Count |
---|---|
40 | |
28 | |
27 | |
23 | |
21 |