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 dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello everyone,
I have a table with the bill items of clients (potentially, I have several lines for the same client for the same month).
I have a segment to filter to only make appear clients with at least a certain amount of bills in the month.
So I have created a measure to calculate the sum of bills and I must compare this measure to the value of the segment (here : Valeur CA Minimum) to know if I show (or not) the clients in my visuals.
Is it possible? How can I do that?
Don't hesitate to ask me questions if I'm not clear!
Thank you!
Solved! Go to Solution.
Hi @AnthonyXelya ,
Is that a what-if parameter?
You can create a measure for filtering.
Measure = IF(SUM('Table'[Value])>=[CA Minimum Value],1)
Put the measure into the visual-level filters, set up show items when the value is 1.
When you set the value in the slicer is 3, the results is as follows.
You can create the measure similar to mine above to filter your data.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It was so simple!
Thank you!
Hi @AnthonyXelya ,
Is that a what-if parameter?
You can create a measure for filtering.
Measure = IF(SUM('Table'[Value])>=[CA Minimum Value],1)
Put the measure into the visual-level filters, set up show items when the value is 1.
When you set the value in the slicer is 3, the results is as follows.
You can create the measure similar to mine above to filter your data.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
60 | |
60 | |
54 | |
38 | |
27 |
User | Count |
---|---|
85 | |
60 | |
45 | |
41 | |
39 |