The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I am new to power BI and I need to work out the percentage of residents that have valid contact information, (there are 3 different types so mobile, home phone and email address) it will look something like this :
I have a flag within the data that simply states "Yes", "No" or "missing information" for if this resident has valid contact information or not. I essentially need to work out the percentage of the column that is listed as a "yes", then i can repeat for all 3 types.
Please ignore the "lead" and "joint" part, that just states which type of resident they are 🙂
Thanks in advance
@___cw , Assume you axis column is col1
and you are using Measure M1 in values
you need a new measure
divide([M1], calculate([M1], removefilter(Table[Col1]))
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
108 | |
82 | |
77 | |
46 | |
39 |
User | Count |
---|---|
137 | |
108 | |
69 | |
64 | |
53 |