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
I am trying to use the new REST API in SSRS/PBIRS 2017 and cannot get the Content retrieval endpoints to work. I just get 404 errors:
/api/v2.0/DataSets(Path='/path/to/ds')/Content/$value
Just gives me 404. Other GETs like /Data or /DataSources work fine. Is this the right calling syntax? I don't really see what this "$value" thing is in the URL.
Solved! Go to Solution.
Looks like this may be a bug for this particular API I'll file it on our end, as we workaround you can use the following which should work:
/api/v2.0/CatalogItems(Path='/path/to/ds')/Content/$value
Looks like this may be a bug for this particular API I'll file it on our end, as we workaround you can use the following which should work:
/api/v2.0/CatalogItems(Path='/path/to/ds')/Content/$value
Hi @Anonymous,
I have sent a email to consult this issue internally, will update here once I get any information.
Best Regards,
Qiuyun Yu
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.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |