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

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

Reply
Anonymous
Not applicable

I think i need to use DAX

How would I filter one table for the queries below? I have the sql queries which will give me the data but, I have no idea on how to do this in power bi. For example 1. I need to show a visual of the % of valid e-mails converted to case (higher is better). That means I need to get the value of (Valid e-mails converted to case) / (Total valid e-mails). Below that is a query but, I don't know how to do this. Resolution_SubType is a colum and Action Required Reason too.

 

  1. % of valid e-mails converted to case (higher is better)
    1. (Valid e-mails converted to case) / (Total valid e-mails)

[( (​Resolution_SubType != SPAM && Action Required Reason !="Manually fixed to not spam") /((​ Resolution_SubType != SPAM && Action Required Reason =="Manually fixed to not spam"))]

    1. Valid e-mail converted to case: E-mail auto-converted to case.  Case closed as Resolved 

[(​Resolution_SubType != SPAM && Action Required Reason !="Manually fixed to not spam") ]

    1. Total valid e-mails: (1b) + # E-mails manually converted to case

[( (​Resolution_SubType != SPAM && Action Required Reason !="Manually fixed to not spam") + (​Resolution_SubType != SPAM && Action Required Reason =="Manually fixed to not spam")]

1 REPLY 1
Stachu
Community Champion
Community Champion

Can you add sample tables (in format that can be copied to PowerBI) from your model with anonymised data? Like this (just copy and paste into the post window).

Column1Column2
A1
B2.5

 



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.