Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |