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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
robak99
Frequent Visitor

Select a measure and change to a different title

Hello, I have a measure that allows me to choose other measures:

 

%%% =
SWITCH(TRUE(),
VALUES('Choice_%'[%])= "Seconds",[% Seconds],
VALUES('Choice_%'[%])= "Days", [% Days],
Blank())
 
I want to link to this selection to another measure (and card), but I want different titles for them (for example I can choose between "Statistic1", "Seconds", "Days"). How can I change this title for example "Stat_Seconds"?
 
Statistic1 =
SWITCH(TRUE(),
VALUES('Choice_%'[%])= "Seconds",[Stat_Seconds],
VALUES('Choice_%'[%])= "Days", [Stat_Days],
Blank())
2 REPLIES 2
v-stephen-msft
Community Support
Community Support

Hi @robak99 ,

 

Do you want to create dynamic titles? Please kindly refer to

https://www.youtube.com/watch?v=XXv13mkjV2Y

 

 

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.

amitchandak
Super User
Super User

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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