I was experimenting with Power BI report layout and wanted to build a report to mimic something written on paper with a pencil. The first thing that came into my mind was to use the custom font.
I wrote a random statement in MS word and tried out some fonts. The Bradley Hand ITC gave me a vibe of the handwritten font. So, I opened Power BI. build some very basic visuals and when I look into the font library, Bradley Hand ITC was not there, In fact the font library of power bi was very limited.
Luckily, there is a workaround available and we can handle this problem by creating a custom theme.
Step 1 :
Go to the view tab and click on the down arrow, then click on “Customize current theme”
![](https://static.wixstatic.com/media/6f79f1_0e7d7803b89846b1af4e281cbcad1b96~mv2.png/v1/fill/w_880,h_582,al_c,q_90,enc_auto/6f79f1_0e7d7803b89846b1af4e281cbcad1b96~mv2.png)
Customize theme pop-up window will open, go to text option and change the font family of each of the four options i.e., General, Title, Cards and KPIs, and Tab headers
![](https://static.wixstatic.com/media/6f79f1_2863de8f8c7c409ba24d55ac691df932~mv2.png/v1/fill/w_892,h_380,al_c,q_85,enc_auto/6f79f1_2863de8f8c7c409ba24d55ac691df932~mv2.png)
If we export the theme without changing the default text, the option to change the font on that specific class will not be available in the JSON file.
Click on apply after making changes in the font family
Step 2 :
Now again click on that little downward arrow. But this time select the save current theme. A pop-up browse window will open. Save the file in your desired location.
![](https://static.wixstatic.com/media/6f79f1_84099dd4cd3c4320ba3e9061ffe76db3~mv2.png/v1/fill/w_903,h_571,al_c,q_90,enc_auto/6f79f1_84099dd4cd3c4320ba3e9061ffe76db3~mv2.png)
Step 3 :
Go to the location of the saved JSON file and open it. I used Notepad, a simple notepad will also do the job.
Replace the Aerial font with your desired font, in my case, it was Bradley Hand ITC, and save the JSON file.
![](https://static.wixstatic.com/media/6f79f1_3b4e8c2dd1fe4f199d9dae41506e8955~mv2.png/v1/fill/w_900,h_294,al_c,q_85,enc_auto/6f79f1_3b4e8c2dd1fe4f199d9dae41506e8955~mv2.png)
To make this trick work, the desired font should be installed on your machine.
Step 4 :
Come back to power bi, click on that little down arrow and this time Browse the theme. Navigate the theme and click open
![](https://static.wixstatic.com/media/6f79f1_44a7f0017d384cf1b587b313bb86439e~mv2.png/v1/fill/w_895,h_507,al_c,q_90,enc_auto/6f79f1_44a7f0017d384cf1b587b313bb86439e~mv2.png)
![](https://static.wixstatic.com/media/6f79f1_21d0de7f0e5a44e9a7387acede4b0818~mv2.png/v1/fill/w_877,h_339,al_c,q_85,enc_auto/6f79f1_21d0de7f0e5a44e9a7387acede4b0818~mv2.png)
Result
Boom!!! The font has been applied
![](https://static.wixstatic.com/media/6f79f1_c6eab4b6614f44f6a66c712e3c89e82d~mv2.png/v1/fill/w_883,h_391,al_c,q_85,enc_auto/6f79f1_c6eab4b6614f44f6a66c712e3c89e82d~mv2.png)
I hope this little trick will help you in your dashboarding.
Cheers!!!
Comments