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 dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a measure that is created to calculate the number of years from the time an asset is purchased.
This is giving me the desired results.
However, when i try to use the measure in a filter to calculate assets greater than 5 years old it gives an error:
Please can someone help ?
Solved! Go to Solution.
You can't use a measure as a filter in calculate, try
Out of warranty =
COUNTROWS ( FILTER ( 'Configuration Item Count', [Warranty in Years] > 5 ) )
Thanks So much, John 🙏
You can't use a measure as a filter in calculate, try
Out of warranty =
COUNTROWS ( FILTER ( 'Configuration Item Count', [Warranty in Years] > 5 ) )
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
10 | |
6 |