Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Moniek
Resolver I
Resolver I

Custom table layout

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?

Moniek_0-1776157239734.png

 

 

1 ACCEPTED SOLUTION
mickey64
Super User
Super User

For your reference.

 

Step 0: I use these DATA below.

mickey64_0-1776173253769.png

 

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.

mickey64_1-1776173358151.png

mickey64_2-1776173388937.png

 

View solution in original post

2 REPLIES 2
mickey64
Super User
Super User

For your reference.

 

Step 0: I use these DATA below.

mickey64_0-1776173253769.png

 

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.

mickey64_1-1776173358151.png

mickey64_2-1776173388937.png

 

Deku
Super User
Super User

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


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.