Forum Discussion
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" depending on numbers I wanna filter dynamic in an segment.
Kgs Sold between 4.60kgs to 14.00kgs = "Yes".
Rest = "No".
Segmented filter: between 4.60 and 14.00
I receive then 1.000 purchases related to and a Graphic with 1.000 "Yes" and 2.000 "No".
2. I wanna change the "Yes" naming, depending of the ranges I put on the segmented filter, but not changing the total of cars sold, I mean:
If I change the range to: from 5 to 12 = "Yes":
I should receive, for example, 500 "Yes" and 2.500 "No".
MY QUESTION IS:
How could adapt the "Yes", depending of what I put on the segmented values XX between XX?
Thank you.
Hi sec10,
I'm attaching a pbix file with my solution.
7 Replies
- _AAndradeResident Rockstar
Hi sec10,
Please take a look at this post:
https://forum.enterprisedna.co/t/dynamic-bin-segmentation/1250/4
and/orWatch this video: https://www.youtube.com/watch?v=-T1hK5W4m8I&t=495s
I could help you to solve your issue. - sec10Regular Visitor
Unfortunately, instead I´m checking the message and the video, I don´t have enough knowledge to apply it on "my" issue...
- _AAndradeResident Rockstar
Share a quick sample of data so i can take a look.
- sec10Regular 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.