Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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.
[( (Resolution_SubType != SPAM && Action Required Reason !="Manually fixed to not spam") /(( Resolution_SubType != SPAM && Action Required Reason =="Manually fixed to not spam"))]
[(Resolution_SubType != SPAM && Action Required Reason !="Manually fixed to not spam") ]
[( (Resolution_SubType != SPAM && Action Required Reason !="Manually fixed to not spam") + (Resolution_SubType != SPAM && Action Required Reason =="Manually fixed to not spam")]
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).
| Column1 | Column2 |
| A | 1 |
| B | 2.5 |
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |