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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Can somebody explain the meaning / function of the "?" in the statement below?
= Table.SelectRows(Source, each [Attributes]?[Hidden]? <> true)
Solved! Go to Solution.
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
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