Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have a facttable and I want to filter and group it at the same time. I wrote following calculated table function:
Hi @Applicable88 ,
I create a sample for test. And there is no issue. Please check if there is any difference compared to your scenario.
Summarize =
SUMMARIZE (
'Facttable',
Table1[Materialnumber],
"count",
CALCULATE (
COUNT ( 'Facttable'[Order] ),
'Facttable'[Ordertype] IN { "3BLL", "3PP" },
NOT ( CONTAINSSTRING ( 'FAIS'[Typestatus], "Delivered" ) ),
'Facttable'[Status] <> "finished",
'Facttable'[Category] <> "Planned"
)
)
Best regards
Icey
If this post helps,then please consider accepting it as the solution to help other members find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |