March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all,
I need a measure with a calculation of Revenue with some filters but i am not sure how to do this. I know this is possible in the visual filters, but I need to add another calculation to this one after it that is why I need it in a measure.
I need the sum from Revenue
Which contains or starts with "BV" from Order
And starts with "PA" from Note
I was trying something with CALCULATE(SUM( )) and FILTER and FIND() but obviously not getting the results I want.
Below the sample data, at the end I only need the €61, €23 and €65 below.
Revenue | Order | Note |
€ 123,00 | BV45 | GF23 |
€ 61,00 | BV46 | PA143 |
€ 48,00 | OR456 | CD32 |
€ 65,00 | OR457 | PA32 |
€ 45,00 | OR458 | PA124 |
€ 23,00 | BV47 | PA543 |
€ 65,00 | BV48 | PA234 |
€ 56,00 | BV48 | CD42 |
€ 43,00 | ORD459 | RG43 |
€ 23,00 | OR460 | RG34 |
€ 43,00 | BV46 | CD52 |
Thanks in advance!
Solved! Go to Solution.
Here it is,
CALCULATE(AVERAGE(TableName[Revenue]),FILTER(TableName,LEFT(TableName[Order],2)="BV" && LEFT(TableName[Note],2)="PA"))
Here it is,
CALCULATE(AVERAGE(TableName[Revenue]),FILTER(TableName,LEFT(TableName[Order],2)="BV" && LEFT(TableName[Note],2)="PA"))
Thanks alot! I was actually pretty close!
Sample data please.
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Done! hopefully this makes it more clear.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
90 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |