Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
i have the following query: -
let Source = OData.Feed("https://NAME.sharepoint.com/sites/pol/SUBSITENAME/_api/web/lists/GetByTitle('Issues')/Items()?$Select=Title,Priority", null, [Implementation="2.0"]) in Source
The current query selects the fields Title,Priority. I wish to add a field that has spaces within its name (e.g. "field with spaces"). How do i reference such a field as this in M?
I have tried
"field with spaces"
'field with spaces'
[field with spaces]
issues[field with spaces]
"field%20with%20spaces"
with no luck...
Solved! Go to Solution.
Hi @Anonymous,
Please try to replace the space by _x0020_.
Reference: Special characters in URL filters
Best regards,
Yuliana Gu
Hi @Anonymous,
Please try to replace the space by _x0020_.
Reference: Special characters in URL filters
Best regards,
Yuliana Gu
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
38 | |
31 | |
26 |