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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors