Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello Guys,
I need a formula for the Count of [HCO] for 3 different tables: HCO, HCO+SECTION and HCO+SECTION+Attribute.
Solved! Go to Solution.
maybe
mCountHCO:=COUNTROWS(SUMMARIZE(Table1,Table1[HCO]))
mCountHCOandSection:=COUNTROWS(SUMMARIZE(Table1,Table1[HCO],Table1[SECTION]))
mCountHCO&Section&Attribute:=COUNTROWS(SUMMARIZE(Table1,Table1[HCO],Table1[SECTION],Table1[ATTRIBUTE]))
Thanks but don´t forget about the average score.
"thanks"!
re read your question.
I need a formula for the Count of
Sorry, you´re right I didn´t explain in the best way. So let me rephrase I need a formula for the count of the HCO like the tables I´ve shown. So the [readiness score] is a part of that tables.
So in the first table, for HCO ="A" I have 8 rows and I need the average of the 8 rows and the count shoulb be = 1 ( Distinct count of HCO="A").
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 |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |