The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |