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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
powerbityro
Helper II
Helper II

dynamic text box in live connection

hi all,

 

is it possible to create a dynamic text box in a live connection. i want something like "Report and so on 2. Quarter 2019" where 2. and 2019 is dynamic. In live connection i have not the FORMAT command.

 

many thanks.

1 ACCEPTED SOLUTION

@powerbityro ,

 

So that's the limitation in live connection mode.

 

Regards,

Jimmy Tao

View solution in original post

3 REPLIES 3
v-yuta-msft
Community Support
Community Support

@powerbityro ,

 

You can create a measure using dax below:

Result =
"Report and so on " & [Column1] & ". Quarter " & [Column2]

Community Support Team _ Jimmy Tao

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

hi it works when i use a simple measure/column like [Column1] but not when i have something like IF( [Column1]>0; "positive";"negativ")

@powerbityro ,

 

So that's the limitation in live connection mode.

 

Regards,

Jimmy Tao

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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