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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
JWvanHolst
Regular Visitor

"?" in M syntax

Can somebody explain the meaning / function of the "?" in the statement below?

 

= Table.SelectRows(Source, each [Attributes]?[Hidden]? <> true)

1 ACCEPTED SOLUTION
Jimmy801
Community Champion
Community Champion

Hello @JWvanHolst 

 

is a kinda of error handling. When a column, record or list access isn't existing you normally get an error whereas you get the value null if you add the "?"

 

Hope that helps

 

Jimmy

View solution in original post

3 REPLIES 3
Jimmy801
Community Champion
Community Champion

Hello @JWvanHolst 

 

is a kinda of error handling. When a column, record or list access isn't existing you normally get an error whereas you get the value null if you add the "?"

 

Hope that helps

 

Jimmy

Thanks. Any reference?

Hello @JWvanHolst 

 

check out this document link 

 

If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too

Have fun

Jimmy

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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 Kudoed Authors