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
AlanP514
Post Patron
Post Patron

Calculated Columns With Multiple Conditions

Hai All, I am a dax learner, Asking your help to solve this problem

AlanP514_0-1646925509742.png

In the above Dax, I want to add one more condition, ie, in the activity, the log table initiative type should be "Sprint"
That means I want to add 
Filter(Activity Log, Activity Log[Intiative type]="Sprint")
How to add this Condition to the above particular Dax

1 ACCEPTED SOLUTION
truptis
Community Champion
Community Champion

Hi @AlanP514 ,
Please try this:
Result = calculate(if(related('talent 1 database'[user email]) = 'certification log[work email],"Yes","no"), filter(Activity Log, 'Activity Log'[Initiative type]="Sprint"))

@AlanP514 -If my reply provided you with a solution, please consider marking it as a solution ✔️ or giving it a kudo 👍
Thanks!
Regards,
TruptiS

View solution in original post

1 REPLY 1
truptis
Community Champion
Community Champion

Hi @AlanP514 ,
Please try this:
Result = calculate(if(related('talent 1 database'[user email]) = 'certification log[work email],"Yes","no"), filter(Activity Log, 'Activity Log'[Initiative type]="Sprint"))

@AlanP514 -If my reply provided you with a solution, please consider marking it as a solution ✔️ or giving it a kudo 👍
Thanks!
Regards,
TruptiS

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

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.