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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

Parameters in Power BI

Hello All,

 

I am new to Power BI.

I have a page where I need to show my measure names based on a parameter

 

If parameter ='Sales' then sales value

else parameter ='Profit' then profit

 

I am not sure how to do this.

Could any one please help

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @Anonymous 

It sounds like dynamic measure name, however, the name of column or measure cannot be changed dynamically in Power BI Desktop. You can use slicer, then select the measures according to the slicer. In this scenario, it will not change the name of the measure, but the calculation expression.

For example,

(1) the measure below returns [Profit] when you select "Profit" in Slicer, as is "Sales"

vxiaotang_0-1648105685713.png

(2) Besides, you can use title function of that visual

Steps:

 

TitleMeasure = 
SWITCH(TRUE(),
MIN(Slicer[Column1])="Profit","Profit",
MIN(Slicer[Column1])="Sales","Sales")

 

vxiaotang_1-1648105951537.png

result

vxiaotang_2-1648106002809.png

Best Regards,

Community Support Team _Tang

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

View solution in original post

2 REPLIES 2
v-xiaotang
Community Support
Community Support

Hi @Anonymous 

It sounds like dynamic measure name, however, the name of column or measure cannot be changed dynamically in Power BI Desktop. You can use slicer, then select the measures according to the slicer. In this scenario, it will not change the name of the measure, but the calculation expression.

For example,

(1) the measure below returns [Profit] when you select "Profit" in Slicer, as is "Sales"

vxiaotang_0-1648105685713.png

(2) Besides, you can use title function of that visual

Steps:

 

TitleMeasure = 
SWITCH(TRUE(),
MIN(Slicer[Column1])="Profit","Profit",
MIN(Slicer[Column1])="Sales","Sales")

 

vxiaotang_1-1648105951537.png

result

vxiaotang_2-1648106002809.png

Best Regards,

Community Support Team _Tang

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

amitchandak
Super User
Super User

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.