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
Syndicate_Admin
Administrator
Administrator

enable HTML formatting in the "Card" display

Hello community, someone can help me with this: enable HTML formatting in the "Card" display.

The measure I would like to present is as follows:

ESTADO_2 =
WHERE _MAX_FECHA=
CALCULATE(.MAX(REGISTRO_ACEITES_2[FECHA_DE_ENSAYO]),REGISTRO_ACEITES_2[LOCOMOTIVE])
WHERE _SUMA_SUP_ALER_SUP=
CALCULATE(COUNTROWS(REGISTRO_ACEITES_2),REGISTRO_ACEITES_2[SUP_ALER_SUPE]=1,REGISTRO_ACEITES_2[FECHA_DE_ENSAYO]=_MAX_FECHA)
where _SUMA_SUP_ALER_INF=
CALCULATE(COUNTROWS(REGISTRO_ACEITES_2),REGISTRO_ACEITES_2[SUP_ALERT_INF]=1,REGISTRO_ACEITES_2[FECHA_DE_ENSAYO]=_MAX_FECHA)
where _SUMA_SUP_PRE_SUP=
CALCULATE(COUNTROWS(REGISTRO_ACEITES_2),REGISTRO_ACEITES_2[SUP_PRE_SUPE]=1,REGISTRO_ACEITES_2[FECHA_DE_ENSAYO]=_MAX_FECHA)
return
SWITCH(
TRUE(),
_SUMA_SUP_ALER_SUP> 1,
"¡ALERT!",
_SUMA_SUP_ALER_INF > 1 && _SUMA_SUP_PRE_SUP > 1,
"CAUTION!",
"NORMAL"
)
1 REPLY 1
v-binbinyu-msft
Community Support
Community Support

Hi @Syndicate_Admin ,

I'm a little confused about your needs, Could you please explain them further? It would be good to provide a screenshot of the results you are expecting and desensitized example data.

Thanks for your efforts & time in advance.

 

Best regards,
Community Support Team_Binbin Yu

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.