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.
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").
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |