Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Anonymous
Not applicable

CALCULATE based on filters in each columns and sum of each returned value.

Can you suggest what I'm doing wrong here.

 

I want to count string "Primary" from different columns.

 

TotalPrimarySupervison = CALCULATE(
COUNTAX(FILTER(Table1,Table1[Primary/Secondary1]="Primary"), Table1[SPE/DGO/school counsellor/psychologist])||
COUNTAX(FILTER(Table1,Table1[Primary/Secondary2]="Primary"), Table1[SPE/DGO/school counsellor/psychologist])||
COUNTAX(FILTER(Table1,Table1[Primary/Secondary3]="Primary"), Table1[SPE/DGO/school counsellor/psychologist])||
COUNTAX(FILTER(Table1,Table1[Primary/Secondary4]="Primary"), Table1[SPE/DGO/school counsellor/psychologist])||
COUNTAX(FILTER(Table1,Table1[Primary/Secondary5]="Primary"), Table1[SPE/DGO/school counsellor/psychologist])||
COUNTAX(FILTER(Table1,Table1[Primary/Secondary6]="Primary"), Table1[SPE/DGO/school counsellor/psychologist]))

 

TotalPrimarySupervison = CALCULATE(
COUNTAX(FILTER(Table1,
Table1[Primary/Secondary1]="Primary" ||
Table1[Primary/Secondary2]="Primary" ||
Table1[Primary/Secondary3]="Primary" ||
Table1[Primary/Secondary4]="Primary" ||
Table1[Primary/Secondary5]="Primary" ||
Table1[Primary/Secondary6]="Primary"),
Table1[SPE/DGO/school counsellor/psychologist]))


TotalPrimarySupervison = CALCULATE(
[....] --?
(FILTER(
Table1,
Table1[Primary/Secondary1]="Primary" ||
Table1[Primary/Secondary2]="Primary" ||
Table1[Primary/Secondary3]="Primary" ||
Table1[Primary/Secondary4]="Primary" ||
Table1[Primary/Secondary5]="Primary" ||
Table1[Primary/Secondary6]="Primary"
)
))

 

Many thanks in advance.

0 REPLIES 0

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.