Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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, I need help with a formula that will filter a condition: if the value is less than 150, it should not be included in the calculation.
What do I have now:1
And what is needed:
2
How is availability calculated
Solved! Go to Solution.
Hi @Uzh17 ,
What about adding a filter to the visual?
Add a filter to a report in Power BI - Power BI | Microsoft Learn
For example, this is the table visual contains the value which is less than 150.
After the filter is added, the values are greater than 150.
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.
Hi @Uzh17 ,
What about adding a filter to the visual?
Add a filter to a report in Power BI - Power BI | Microsoft Learn
For example, this is the table visual contains the value which is less than 150.
After the filter is added, the values are greater than 150.
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.
Firstly create a measure of sum of 1st tests and use the formula
Availability = filter(Values(Customers[Customer]), [sum of 1st tests] > 150), CALCULATE(([TesterRunTimeHrs] + [Ava_Handling_ODB])) / SUM('Shift report'[Run]))
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
59 | |
36 | |
35 |
User | Count |
---|---|
99 | |
57 | |
56 | |
46 | |
40 |