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
Anonymous
Not applicable

Dynamic display names of parameter fields

I've slicer period: data like Month-year 

jawaher89_0-1666521440118.png

 

 

I've created a parameter field 

Param = {
("NBI Adjusted Calendar 2 " , NAMEOF('Fact Performance Indicators'[NBI Adjusted]), 0,"NBI Adjusted","Net Banking Income",0),
("NBI Adjusted Calendar 2"NAMEOF('Fact Performance Indicators'[NBI Adjusted 2]), 1,"NBI Adjusted","Net Banking Income",1))
 
I'd like to display "NBI Adjusted" selectedvalue(period), but it dosen't work,it always return NBI adjusted and not NBI adjusted Oct-2022, how can I change it please?
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

You can refer to the tutorial on creating field parameters:

Create a field parameter

Normally, our formula has the following format:

Parameter = {
    ("Customer", NAMEOF('Customer'[Customer]), 0),
    ("Category", NAMEOF('Product'[Category]), 1),
    ("Color", NAMEOF('Product'[Color]), 2),
    ("Product", NAMEOF('Product'[Product]), 3)
}

 

It is often used to implement dynamic field filtering.

vstephenmsft_0-1666581400293.pngvstephenmsft_1-1666581410318.png

vstephenmsft_2-1666581417127.png

 

 

 

 

Best Regards,

Stephen Tao

 

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

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

You can refer to the tutorial on creating field parameters:

Create a field parameter

Normally, our formula has the following format:

Parameter = {
    ("Customer", NAMEOF('Customer'[Customer]), 0),
    ("Category", NAMEOF('Product'[Category]), 1),
    ("Color", NAMEOF('Product'[Color]), 2),
    ("Product", NAMEOF('Product'[Product]), 3)
}

 

It is often used to implement dynamic field filtering.

vstephenmsft_0-1666581400293.pngvstephenmsft_1-1666581410318.png

vstephenmsft_2-1666581417127.png

 

 

 

 

Best Regards,

Stephen Tao

 

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

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.