Forum Discussion
sec10
1 year agoRegular Visitor
Different segmenter dependent value between two numbers
Dear all, First of all, my apologies due to is my first message here and I´m not sure about how it works. My question is "simple": 1. I have one measure I wana call "Yes" or "No" depen...
- 1 year ago
Hi sec10,
I'm attaching a pbix file with my solution.
sec10
1 year agoRegular Visitor
Looking at the video, my question is related to:
I need both Upper and Lower yellow marked values, dynamic from a slicer filter between two values.
In my case I added a column in the database table called:
--> "Yes" or "No" Kgs Range = IF(Sheet1[Kgs]<5.00,"No",IF(Sheet1[Kgs]>12.00,"No","Yes"))
Then, I have a total number of "Yes" and "No". But, what I would need dynamic linked to a slicer filter would be the red values.
I hope that´s enough explanation, if not please ask me.
And a BIG thank you for your help.