Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Publish Dynamic Template report to power bi service

Hi All,
I am trying to Publish a dynamic template report to power bi service.
In this case each user can choose parameters like: "from date to last date", "choose category" etc.

However, I understood power bi service don't support this service.

So, 

I will be glad to hear about any other creative solutions.

 

Tks ,
Dan

 

 

 

3 REPLIES 3
v-jiascu-msft
Employee
Employee

Hi Dan,

 

What would you like to achieve? You can use several Sclier visuals. 

 

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi Dale,
I  want to create template and prevent in memory power bi cloud usage.
In this case all tables are ready  in the server.

Each end user can retrieve data according to his parameters.

 

So,
I need any recommendation to create template  in power bi cloud 

 

Dan

 

Hi Dan,

 

The parameter is supported in the Power BI Service now in some scenario. For example, the Import mode. You can follow the steps below and give it a try.

1. Create a report with parameters in the Desktop. 

2. Modify the query.

let
    Source = Sql.Database("d***6", "contosoretaildw", [Query="select * from dimproduct where colorname = '" & colors & "';"])
in
    Source

Publish-Dynamic-Template-report-to-power-bi-service

3. Upload it to the Service.

4. Change the parameter in the settings.

Publish-Dynamic-Template-report-to-power-bi-service2

 

What do you mean "prevent in memory"? If you don't like to store the data in the cloud, maybe you can try Direct Query mode.

 

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors