Forum Discussion
Conditional formatting
- Anonymous3 years ago
Refer the file shared by Anonymous and make required changes as shown in the below images to obtain the results.
Thank you.
If my answers helps you please mark it as solution.
Hi Mussaka ,
I have created a simple sample, please refer to it to see if it helps you.
Create a measure.
result = IF([valuemeasure]<0,"over threshodl",IF([valuemeasure]>0&&[valuemeasure]<100,"close threshold",IF([valuemeasure]<50&&MAX('Table'[country])="english","close threshold",BLANK())))
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mussaka3 years agoHelper I
I have to create a slicer with 3 boxes: "over threshold", close threshold", "within the threshold" and I have 4 categories of people, "Chinese", "English" “italian”, “Spanish”. In the first box there must be all the people (Chinese, English, Italian e Spanish ) which have a negative number as a result of a measure (which is a delta). In the second box: if "Chinese" from 0 to 50 (this because their threshold is 100), if other countries from 0 to 100 (the threshold is 200); in the third box all the other possibilities except those just described.
If correct, the slicer will return in a table only the names of the people in the 3 categories I mentioned above. I hope I have been clear enough.
Thanks in any case for the help you will know give me.
Best regards
- Anonymous3 years agoNot applicable
Hi Mussaka ,
Could you please provide some sample data and your desired output with more details?
How to Get Your Question Answered Quickly
Best Regards
Community Support Team _ PollyIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mussaka3 years agoHelper I
I have to create a slicer with 3 boxes: "over threshold", close threshold", "within the threshold" and I have 4 categories of people, "Chinese", "English" “italian”, “Spanish”. In the first box there must be all the people (Chinese, English, Italian e Spanish ) which have a negative number as a result of a measure (which is a delta). In the second box: if "Chinese" from 0 to 50 (this because their threshold is 100), if other countries from 0 to 100 (the threshold is 200); in the third box all the other possibilities except those just described.
If correct, the slicer will return in a table only the names of the people in the 3 categories I mentioned above. I hope I have been clear enough.
Thanks in any case for the help you will know give me.
Best regards