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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Raul_Cristobal
Regular Visitor

_Dynamic text from a measure

Hello, I want to place the text on a card depending on the size. For example: in this case the max is 54 and on another card I want to place the text (Equipo: 'Hemobascula').

Ty.Screenshot_3.png

1 ACCEPTED SOLUTION
v-cgao-msft
Community Support
Community Support

Hi @Raul_Cristobal ,

 

Please try this:

Measure = 
VAR _table = SUMMARIZE('TableName','TableName'[EQUIPO],"Qty",[Qty PREVENTIVOS])
VAR _qty_max = MAXX(_table,[Qty])
VAR _result = MAXX(FILTER(_table,[Qty]=_qty_max),'TableName'[EQUIPO])
RETURN
"Equipo:" & "'" & _result & "'"

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

View solution in original post

1 REPLY 1
v-cgao-msft
Community Support
Community Support

Hi @Raul_Cristobal ,

 

Please try this:

Measure = 
VAR _table = SUMMARIZE('TableName','TableName'[EQUIPO],"Qty",[Qty PREVENTIVOS])
VAR _qty_max = MAXX(_table,[Qty])
VAR _result = MAXX(FILTER(_table,[Qty]=_qty_max),'TableName'[EQUIPO])
RETURN
"Equipo:" & "'" & _result & "'"

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.

Top Solution Authors
Top Kudoed Authors