Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Is there a place where I can find a description of the Syntax of the Functions?
I need to know how to have two filters in the same Calculate function?
Sum Total Kapaciteter = CALCULATE([Sum Total]; FILTER(Data;[Kapaciteter/omkostninger] = "Kapaciteter" ))
Sum Total Kapaciteter = CALCULATE([Sum Total]; FILTER(Data;[Gruppe] = "Hardware/Software" ))
Solved! Go to Solution.
Hi @flunte70
Just make following statement
Sum Total Kapaciteter = CALCULATE([Sum Total]; Kapaciteter/omkostninger = "Kapaciteter" && Gruppe = "Hardware/Software")
Or
Sum Total Kapaciteter = CALCULATE([Sum Total]; Kapaciteter/omkostninger = "Kapaciteter" , Gruppe = "Hardware/Software")
You don't need the FILTER function inside the CALCULATION, and for the AND statement you use &&
Hi @flunte70
Just make following statement
Sum Total Kapaciteter = CALCULATE([Sum Total]; Kapaciteter/omkostninger = "Kapaciteter" && Gruppe = "Hardware/Software")
Or
Sum Total Kapaciteter = CALCULATE([Sum Total]; Kapaciteter/omkostninger = "Kapaciteter" , Gruppe = "Hardware/Software")
You don't need the FILTER function inside the CALCULATION, and for the AND statement you use &&
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 20 | |
| 17 | |
| 12 |
| User | Count |
|---|---|
| 64 | |
| 55 | |
| 42 | |
| 38 | |
| 30 |