Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
bsheffer
Continued Contributor
Continued Contributor

why is this not a valid table

I'm trying to use this variable in an IN statement in a calculate

 

var _months_selected = calculate(VALUES('Dim Calendar ActivityMonth'[MonthNo]), allselected('Dim Calendar ActivityMonth'))

 

but when I use it in this clause it says it isn't a valid table

 

month('Dim Calendar ActivityMonth'[Date]) in _months_selected
 
what's the correct syntax?
1 ACCEPTED SOLUTION
jeroendekk
Resolver V
Resolver V

Hi @bsheffer 
If you want to create a table you should use CALCULATETABLE not CALCULATE.

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

Best regards,

Jeroen

View solution in original post

1 REPLY 1
jeroendekk
Resolver V
Resolver V

Hi @bsheffer 
If you want to create a table you should use CALCULATETABLE not CALCULATE.

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

Best regards,

Jeroen

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors