The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have a requirement to build a Power BI report on Denodo parameterized view, the parameter can be in text or Date to allow users to pass values during report execution. I tried couple of things that didn't work.
1. I am able to build a report using Power Bi Desktop but after publishing it in Power BI service, I could not see the parameter to change the values. [I could see an option to change the value only in semantic layer ]
2. I tried building a paginated report from the semantic model published/available in service, but that does not allow to change the values for date parameter.
Please suggest an option to have parameters to allow users to change the values in report (during the report execution for direct query) to be built on Denodo parameterized view and the report should be available in Power Bi service to allow users to download the report in excel format.
Thank You..
Solved! Go to Solution.
That's what dynamic M query parameters are for - but they only work with Direct Query data sources.
Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn
In order to deal with views in Denodo with mandatory input parameters/fields, follow this:
Querying Views with Input Parameters through the Denodo Connector
That's what dynamic M query parameters are for - but they only work with Direct Query data sources.
Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn