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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
chethan
Resolver III
Resolver III

Interactive text Box With Condition

Hi Floks,

 

 

I Want to creat a Text Box which have to be a interactive when we use filters or Slicers

 

Example :

 

In year 2017 (Year Coloum) State Hydrabad (Territory) has Made a sale of 72M (Profit) which is Greather that All the State  & In January (Month Coloum) City Mumbai (City) has 78% (Profit % Coloum) of Profit which is Lesser that All the City

 

Please help on this 

 

Thanks in Advance 

 

Regards,

Chetan K

 

1 ACCEPTED SOLUTION
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @chethan,

As the posted above, you have to create a measure using the similar formula.

text="In year" &measure1&"State"& measure2&"has Made a sale of"& "which is Greather that All the State  & In" measure3&" City Mumbai (City) has" &measure4& "of Profit which is Lesser that All the City"

I test using my sample table, please review the following.

My sample table.

1.PNG

Create a measure using the formula, and display it in card visual. It will changes with the value selected in slicer.

Measure 3 = "This is the max"&MAX('Table#1'[Amount1])


2.PNG3.png

Best Regards,
Angelia

View solution in original post

6 REPLIES 6
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @chethan,

As the posted above, you have to create a measure using the similar formula.

text="In year" &measure1&"State"& measure2&"has Made a sale of"& "which is Greather that All the State  & In" measure3&" City Mumbai (City) has" &measure4& "of Profit which is Lesser that All the City"

I test using my sample table, please review the following.

My sample table.

1.PNG

Create a measure using the formula, and display it in card visual. It will changes with the value selected in slicer.

Measure 3 = "This is the max"&MAX('Table#1'[Amount1])


2.PNG3.png

Best Regards,
Angelia

@v-huizhn-msft Super Thanks,

 

How to formate the to % 

@v-huizhn-msft Super Thanks,

 

How to formate the to % 

Salvador
Responsive Resident
Responsive Resident

Hi,

 

Using concatenate with text & info from measures could work ^^

@Salvador i have tryed but unable to get it can you Share the sample as per the above details

Salvador
Responsive Resident
Responsive Resident

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors