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.
Hell Team,
I am getting the below error while taking out the Average per Item, Could you please help.
Thanks in advance
Hi @SarikaB
You need to complete your filter code:
Average Per Item = CALCULATE(AVERAGE('Job Ledger Entry'[Total Cost (LCY)]),FILTER('Job Ledger Entry','Job Ledger Entry'[Description]="Filter Item/Text"))
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
@SarikaB
Your argument inside FILTER is incomplete, you need assign a value as follows
Average Per Item =
CALCULATE (
AVERAGE ( 'Job Ledger Entry'[Total Cost (LCY)] ),
FILTER ( 'Job Ledger Entry', 'Job Ledger Entry'[Description] = "text")
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |