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

Join 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.

Reply
miracle2023
Helper I
Helper I

What-IF parameter to select rows for another What-IF parameter

Hi,

I have average handling time for 6 months which is projected for future dates (upcoming 12 months). I can manage to build parameter to change measure' value but it is changing all rows in the table. In ideal scenario, I would like to give an option to also select row/date in which parameter should be applied. My initial idea was to create index column in dimensional date table and build measure based on it.

Something like:

 

 

Measure = 
var index_ = max(dimdate[index_)
return if(index_ < parameter value, handling time + what-if parameter, handling time

 

 

However, it did not work out for me at all.

My desirble output is below:

Reference.png

I would appreciate any help. Thank you

 

1 REPLY 1
miracle2023
Helper I
Helper I

Bump. 

I would appreciate any help. 

I also can attach measure formulas. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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