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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
Check out the November 2025 Power BI 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!
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 20 | |
| 14 | |
| 11 | |
| 9 | |
| 8 |