Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet 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 |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 50 | |
| 44 |