Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi everyone,
I'm working on building a Power BI dashboard using data from Datev Rechnungswesen (German accounting software). Through DatevConnect, I've obtained REST API endpoints that can be embedded in Power BI via Web Queries. The endpoints I'm working with are:
http://localhost:58454/datev/api/accounting/v1/clients – Retrieves a list of clients.
http://localhost:58454/datev/api/clients/{client-id}/fiscal-years – Provides a table of fiscal years for the selected client.
http://localhost:58454/datev/api/clients/{client-id}/fiscal-years/{fiscal-year-id}/accounting-sums-a... – Returns the accounting sums and balances for the specified client and fiscal year.
My challenge is that I want to use client-id and fiscal-year-id as dynamic parameters within Power BI. However, it seems that using dynamic parameters isn't supported with Web Queries through DatevConnect (import query).
One potential solution I’m considering is creating a custom connector that could pass the data to Power BI in DirectQuery mode, allowing the use of dynamic parameters.
Has anyone here done something similar, or would an alternative approach be more practical?
I’d appreciate any insights or suggestions.
Solved! Go to Solution.
Please follow the documentation. Use the RelativePath parameter. https://learn.microsoft.com/en-us/powerquery-m/web-contents#example-1
Please follow the documentation. Use the RelativePath parameter. https://learn.microsoft.com/en-us/powerquery-m/web-contents#example-1
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
9 | |
7 | |
6 |