Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
83 | |
42 | |
30 | |
27 | |
27 |