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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

DAX Formulas

Hi Guys

 

I am trying to create a calculated column based on a number of different dependancies;

In order to determine if an opportunity requires a Concept of System document, the opportunity needs to:

 

be at 1 of 5 milestones i.e. [sign off], [approval], [agreemnet] etc.

be either a change renewal or new business

 

and the opportunity must also meet 2 other set criteria for it to qualify.

 

From what i can see it is a mix of AND + OR statements.

 

Any help appreciated.

1 ACCEPTED SOLUTION
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

Based on current description, it's hard to imagine your data structure and provide detailed advice. To apply filters with a mix of AND + OR statements, you can create DAX formula similar to:

Measure=CALCULATE(expression1,FILTER(table, Filter1&&(Filter2||Filter3)))

 

For more advice, please provide sample data and show us desired output. How to Get Your Question Answered Quickly

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

Based on current description, it's hard to imagine your data structure and provide detailed advice. To apply filters with a mix of AND + OR statements, you can create DAX formula similar to:

Measure=CALCULATE(expression1,FILTER(table, Filter1&&(Filter2||Filter3)))

 

For more advice, please provide sample data and show us desired output. How to Get Your Question Answered Quickly

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.