Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Or condition in the filter

Hello,

I want to filter the data based on "OR" conditions. So, I wrote the below code:

 

Revenue = CALCULATE(sum('values'[[Values]]]),filter('values','values'[GDR] = "BILLED_REVENUE"||"UNBILLED_REVENUE")) but the code returns zero. What am I doing wrong?
If I just take one of the above then the code returns the actual data.
 
1 ACCEPTED SOLUTION
mahoneypat
Microsoft Employee
Microsoft Employee

Please try this version of your measure

 

Revenue = CALCULATE(sum('values'[[Values]]]),'values'[GDR] IN {"BILLED_REVENUE", "UNBILLED_REVENUE"})

 

Also, it looks like you have extra square brackets in your SUM part.  Please confirm that is correct.

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

Try this measure

Revenue = CALCULATE(sum('values'[Values]),filter('values','values'[GDR]="BILLED_REVENUE"||'values'[GDR]="UNBILLED_REVENUE"))

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
mahoneypat
Microsoft Employee
Microsoft Employee

Please try this version of your measure

 

Revenue = CALCULATE(sum('values'[[Values]]]),'values'[GDR] IN {"BILLED_REVENUE", "UNBILLED_REVENUE"})

 

Also, it looks like you have extra square brackets in your SUM part.  Please confirm that is correct.

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Anonymous
Not applicable

Thank you for the reply. For some reason the extra ] bracket is suggested by the intelligence. The code runs just fine with it.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.