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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Team,
I need a caculated table with names of costumers, who purchased something in 2 monthes, from period
So i made an example table
I need somehow FILTER that virtual table so that only costumers who have "AmountM" = 2 remain
Solved! Go to Solution.
filter(
calculatetable(...),
[AmountM] = 2
)
Check out the November 2025 Fabric 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!