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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
justinMcC
Frequent Visitor

Create a calculated table (dynamically changing data)

Hi 

 

I have an enhancement request for an existing report. The end user would like to be able to select products from an existing list and set the dosage for each product on the front end report

 

I can set on the back end on data import however the end user want to be able to change the dosage values. Below is a sample of the data:

 

PRODUCTID        DOSAGE

Product 1            0.9

Product 2            0.8

Product 3            1.0

 

The dosage values range from 0.1 to 1.0. 

 

Is it possible on the front end report to allow the user to select each product and change the dosage as they wish and save the changes, eg using a calculated table 

 

Any help you could give would be much appreciated

 

Thanks 

@justinMcC

3 REPLIES 3
Eric_Zhang
Microsoft Employee
Microsoft Employee


@justinMcC wrote:

Hi 

 

I have an enhancement request for an existing report. The end user would like to be able to select products from an existing list and set the dosage for each product on the front end report

 

I can set on the back end on data import however the end user want to be able to change the dosage values. Below is a sample of the data:

 

PRODUCTID        DOSAGE

Product 1            0.9

Product 2            0.8

Product 3            1.0

 

The dosage values range from 0.1 to 1.0. 

 

Is it possible on the front end report to allow the user to select each product and change the dosage as they wish and save the changes, eg using a calculated table 

 

Any help you could give would be much appreciated

 

Thanks 

@justinMcC


@justinMcC

The only approach to save slicer changes is using Bookmarks. You may create two slicers, one for product, another for dosage maybe with What-If parameter.

McCow
Resolver III
Resolver III

Hi @justinMcC

 

do you have only 3 products? If a product count is relatively small (up to for ex. 10) is a simplest way IMHO to build independent DOSAGE slicer for every Product.

 

Example:

2017-12-14_20-51-12.png

Best reagrds

Hi @McCow

 

Unfortunately the list isn't static, the data comes 'direct query' from a SQL query so the list of products can change over time when the data is refreshed. At the moment its 10 products, next week it could be 30 products

 

 

As the list of products changes, I need some way for the end user to be able to select each individual product and set the dosage. At the moment I am using slicer to allow user to select a product and a drowndown to select the dosage. This works OK for 1 product however I need a more scalable solution

 

Thanks for any help you can provide

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors