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
Baarathi88
Helper III
Helper III

Fuente personalizada para el contenido de la tabla, el encabezado del gráfico y la tabla

¿Es posible en power bi dar Título de gráfico de líneas, Tabla y KPI con fuente personalizada.

Más contenido del gráfico de tabla y línea con Arial. Consulte la siguiente imagen.

Baarathi88_1-1594970204103.png

2 REPLIES 2
v-xicai
Community Support
Community Support

Hola @Baarathi88 ,

Puede consultar desktop-report-themes-report-theme-json-file-format para obtener más información sobre cómo importar el tema personalizado. Cambiaría el "*" en los primeros códigos a las partes adecuadas que desea personalizar.

Common Format:

{
    "name": "Green",
    "dataColors": ["#568410", "#3A6108", "#70A322", "#915203", "#D79A12", "#bb7711", "#114400", "#aacc66"],
    "background":"#FFFFFF",
    "foreground": "#3A6108",
    "tableAccent": "#568410",
    "visualStyles":{
        "*": {
            "*": {
                "*":  [{
                        "fontFamily": "simsong"
                    }]
            }
        }
    }
}





For example, customize font for the Table and Line chart visual.



{
    "name": "Green",
    "dataColors": ["#568410", "#3A6108", "#70A322", "#915203", "#D79A12", "#bb7711", "#114400", "#aacc66"],
    "background":"#FFFFFF",
    "foreground": "#3A6108",
    "tableAccent": "#568410",
    "visualStyles":{
        "tableEx": {
            "*": {
                "*":  [{
                        "fontFamily": "Arial Black"
                    }]
            }
        },
        "lineChart": {
            "*": {
                "*":  [{
                        "fontFamily": "Arial Black"
                    }]
            }
        }
    }
}

Como referencia:

https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-report-themes#report-theme-json-fil...

Saludos

Amy

Equipo de apoyo a la comunidad _ Amy

Si este post ayuda,entonces considere Aceptarlo como la solución para ayudar a los otros miembros a encontrarlo más rápidamente.

Ramesh-iTalent
Administrator
Administrator

@Baarathi88 , creo que hay una opción para la fuente y el tamaño de fuente en formato

recomienda

https://www.youtube.com/watch?v=EpZnVfBeoHM

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.