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
lucadelicio
Super User
Super User

Same Line Chart different Format Euros/Percent not at the same moment

Hi everyone,

i need to show in the same Chart Line two different type of FORMAT of the same measure in Euros or Percent (%) not at the same moment.
If i select some KRI i show the euros (KRI 1, 2 3) if i select the other (5,6,7) i need to format in %.

I try to use a measure with a switch and use the FORMAT function like this but the chart return blank.

Also if i format the measure below it doesn't work.

Some ideas?

THANK YOU IN ADVICE!

KRI Measure =
var _codKri = SELECTEDVALUE(D_KRI[COD_KRI])
RETURN
SWITCH(
            _codKri
            ,"KRI_01", FORMAT([KRI 01 Importo], "Currency")
            ,"KRI_02", FORMAT([KRI 02 Importo], "Currency")
            ,"KRI_03", FORMAT([KRI 03 Importo], "Currency")
            ,"KRI_04", FORMAT(DIVIDE([KRI 04 Importo], [Valore attualizzato contratti], BLANK()), "Percent")
            ,"KRI_05", FORMAT(DIVIDE([KRI 05 Importo], [Valore attualizzato contratti], BLANK()), "Percent")
            ,"KRI_06", FORMAT(DIVIDE([KRI 06 Importo], [Valore attualizzato contratti], BLANK()), "0.00%")
            ,BLANK()
)


Luca D'Elicio

LinkedIn Profile
1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

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