Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi, In addition to leaving a blank row, I’d also like to make some fields bold or a different color. Can you do that with a custom table? For example, can you specify the type as “heading” / "Kop" and if it’s a heading, have it appear in bold or a different color in the table?
And indent it like in the screenshot?
Solved! Go to Solution.
For your reference.
Step 0: I use these DATA below.
Step 1: I make a measure below.
M_Flag of Type = IF(MAX('DATA'[Type])="Kop",1,0)
Step 2: I set the font formatting below.
You should be able to do some of that with native table, but is non trivial. For formatting you could you visual caluations and conditional formatting. The easiest was to ensure you have the blank row is to add the index field to the table, rename the field to a space for the visual, turn off word wrapping and make the column 0 width. There are other ways but they are more involved.
Here is a resource that might help: https://youtu.be/3fAP2vDNIYQ?si=J6wlQoUP3r2HI0D8
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 26 | |
| 23 | |
| 23 | |
| 14 |
| User | Count |
|---|---|
| 46 | |
| 33 | |
| 20 | |
| 18 | |
| 16 |