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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi, I read documentation but can't find explanation for what mean # and when I need to use it. I se its use for variable name with space... but I saw more this symbol in code something like #date() I suspect what its use for data type... but I can't find some explanation, can you help me with some link to doc or some explanation?
Solved! Go to Solution.
Hi @kimalto452 ,
unfortunatels this is used in too many different ways.
You can read more about its role as an escape sign and part of identifiers here: https://docs.microsoft.com/en-us/powerquery-m/m-spec-lexical-structure
But they are also using it in some function names, which I find very unfortunate as well. Documentation about this can only be found in the function documentation itself: https://docs.microsoft.com/en-us/powerquery-m/sharptable
Imke Feldmann (The BIccountant)
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!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
Hi @kimalto452 ,
Is what @ImkeF provided helpful?
If it is, please accept her reply as the solution. Your contribution is highly appreciated.
If not, please let us know.
Best Regards,
Icey
@ImkeF , Can you help with this?
@kimalto452 , You can refer to this in-between: https://radacad.com/basics-of-m-power-query-formula-language
Hi @kimalto452 ,
unfortunatels this is used in too many different ways.
You can read more about its role as an escape sign and part of identifiers here: https://docs.microsoft.com/en-us/powerquery-m/m-spec-lexical-structure
But they are also using it in some function names, which I find very unfortunate as well. Documentation about this can only be found in the function documentation itself: https://docs.microsoft.com/en-us/powerquery-m/sharptable
Imke Feldmann (The BIccountant)
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!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.