Forum Discussion

itsmebvk's avatar
itsmebvk
Continued Contributor
3 years ago
Solved

How to Enable Visual Title Using Power BI JSON Themes?

  Hi Experts,   While I am creating Power BI report template using JSON everything seems to be working except report title.  In JSON I have enabled "Report Title" property, whenever my users impor...
  • itsmebvk's avatar
    3 years ago

    I think I  got answer to my question. I need to correct property name. Instead of using "text" as property name I was using "titletext" as property name. After correcting this property it worked. For others reference attached correct JSON card code.

     

     

     

    "title": [{
    					"show": true,
    					"text":  "Enter Title Using Title Property",
    					"alignment": "center",
    					"fontColor": { "solid": { "color": "#FFFFFF" } },
    					"background": { "solid": { "color": "#006666" } },
    					"fontSize": 14,
    					"fontFamily": "Segoe UI Bold"
    				}]

     

    Regards

    bvk