The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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]))
User | Count |
---|---|
68 | |
63 | |
59 | |
55 | |
28 |
User | Count |
---|---|
183 | |
80 | |
62 | |
46 | |
38 |