Power BI allows you to create rich, interactive and informative reports. But it is also a massive pain to create beautiful yet functional reports with Power BI. Over the last 12 months of heavy usage, I have picked up a few tricks to speed up my Power BI report design time. In this post, let me share my top Power BI design tips for creating pretty reports.
This post is part of our Power Mondays series, where every Monday I discuss Power BI, Power Query and Power Pivot.

Tip 1: Use Alignment Tools
A good design should have balance and perfect alignment. Do you know that Power BI has alignment and distribution tools? Just select all the visuals you need to align (CTRL + Click on each visual) and use Format Ribbon to adjust their left / top / mid whatever else you fancy.

Tip 2: Adjust multiple visuals in one go
When you multi-select visuals (using CTRL+Click), you can also adjust their properties in one shot. After multi-selecting, just head to properties area and adjust what you want. In most cases your new settings will apply to all visuals.
Pro tip: use this to make all visuals same size.

Tip 3: Use Themes
Let’s be frank. The default color scheme of Power BI is pretty boring. It looks like someone washed your report in a front-loaded washing machine with cheap detergent.
The fix is rather simple. Just import a peppy, colorful theme and your visuals will don fresh coat of paint and look wow. Use the Switch theme from Home ribbon to import new theme to your report.

Note: When importing themes, pay attention to usability and contrast between colors. Try a few and pick the one that looks good and conveys better.
You can download free themes from Microsoft Power BI theme gallery. If you are adventurous, you can even make themes from the nifty Power BI theme-maker
4. Format faster with search
Over time, Power BI format options for visuals has grown like a beautiful but tangled shrub in spring. On top, there is an ocassional re-org, so your favorite property to adjust something is now suddenly in a new group. With monthly updates, it all gets very hard to keep pace of these changes and new features.
Worry not. Just google the visual format properties, using the Search box. See this simple demo.

5. Use images & shapes to add wow factor
Power BI is like a fancy restaurant with 100s of main courses (charts, slicers, tables etc.) but only one type of side course of vertically sliced & deep fried potatoes (shapes). How else can you explain the mammoth variety of visuals and puny selection of shapes? Oh you want a shape? What is it – a rectangle, oval, triangle, line or arrow? What you want dodecagon? Go make one with XY plot you crazy nerd.
But you can creatively combine images, text boxes and shapes to get pretty much what you want. So to overcome the design limitations of the visuals, use images + shapes often.

Bonus tip: Steal Borrow Inspire from others
Good design sense is a valuable skill. While there is some art in it, most of it can be learned. Take inspiration from giants. Like that fancy report your colleague in Payroll made? Take her out to a coffee and find out how it was put together. If you have no one else to turn to, check out the Power BI data stories gallery by Microsoft. Some of the showcased ones are pretty neat and inspiring. Copy the ideas to your own work and shine.
Inception time – a Power BI visual about visual tips
Ready for some mind-bending action? Here is a Power BI report I made about my top 5 tips for creating beautiful visuals. Check it out below (or online here)
What is your favorite tip for creating pretty things in Power BI?
Your turn.
What is your favorite Power BI tip for making good looking visuals? Share it in the comments section. Let me steal borrow inspire.
More inspiration:
Power BI visuals for you to learn from,














11 Responses to “Fix Incorrect Percentages with this Paste-Special Trick”
I've just taught yesterday to a colleague of mine how to convert amounts in local currency into another by pasting special the ROE.
great thing to know !!!
Chandoo - this is such a great trick and helps save time. If you don't use this shortcut, you have to take can create a formula where =(ref cell /100), copy that all the way down, covert it to a percentage and then copy/paste values to the original column. This does it all much faster. Nice job!
I was just asking peers yesterday if anyone know if an easy way to do this, I've been editing each cell and adding a % manually vs setting the cell to Percentage for months and just finally reached my wits end. What perfect timing! Thanks, great tip!
If it's just appearance you care about, another alternative is to use this custom number format:
0"%"
By adding the percent sign in quotes, it gets treated as text and won't do what you warned about here: "You can not just format the cells to % format either, excel shows 23 as 2300% then."
Dear Jon S. You are the reason I love the internet. 3 year old comments making my life easier.
Thank you.
Here is a quicker protocol.
Enter 10000% into the extra cell, copy this cell, select the range you need to convert to percentages, and use paste special > divide. Since the Paste > All option is selected, it not only divides by 10000% (i.e. 100), it also applies the % format to the cells being pasted on.
@Martin: That is another very good use of Divide / Multiply operations.
@Tony, @Jody: Thank you 🙂
@Jon S: Good one...
@Jon... now why didnt I think of that.. Excellent
Thank You so much. it is really helped me.
Big help...Thanks
Thanks. That really saved me a lot of time!
Is Show Formulas is turned on in the Formula Ribbon, it will stay in decimal form until that is turned off. Drove me batty for an hour until I just figured it out.