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.
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 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |