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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
briodan
Frequent Visitor

using multiple parameters in calculation

I have a requirement I'm not sure how to implement.

We have a table of devices we need to upgrade to a new software version. however, each location will be able to upgrade a different number of devices in one week. I need to be able to run what-if scenarios where I increase/decrease the number of upgrades in a city but keep the others constant to get estimates on how long it will take to upgrade each location.

 

this is a simplification of my data:

locationdevice serial number
NY123
LA124
NY134
LA345
HOU367

 

using the serial number to get a count of devices in each location

 

my thought is that I would create a parameter for each location and then use those parameters in a calculation,

Each parameter would have a value from 1 to 5 for example in 1 increments.

 

But I'm not sure how to properly filter the results for to get a table result like the following

LocationDevicesDevices/WeekWeeks
NY100520
LA210453
HOU150350

 

where via a slicer i can change the number of devices per week in NY alone.

in pseudo code I imagine this to look something like this:

if location = NY then divide Devices by "NY Devices/Week parameter"

elseif location = LA then divide Devices by "LA Devices/Week parameter"

else divide Devices by "HOU Devices/Week parameter"

 

but not sure how to translate that into DAX.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@briodan,

Please check if what-if parameter and DAX in the attached PBIX file returns your expected result. If not, please describe more details about the week parameter and how you get the second table based on the first table.

Regards,
Lydia

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@briodan,

Please check if what-if parameter and DAX in the attached PBIX file returns your expected result. If not, please describe more details about the week parameter and how you get the second table based on the first table.

Regards,
Lydia

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.