Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
12 | |
10 | |
9 | |
9 |
User | Count |
---|---|
17 | |
15 | |
12 | |
11 | |
9 |