Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 ) )
User | Count |
---|---|
18 | |
18 | |
14 | |
14 | |
13 |
User | Count |
---|---|
17 | |
14 | |
11 | |
10 | |
8 |