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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

How do I make only specific lines of the matrix thick characters

次のように、行列の太い文字の特定の行だけを作成するにはどうすればよいですか?

 

たとえば、添付ファイルの行 3 と 5 行目などです。

 

QA-file.png

1 ACCEPTED SOLUTION

Ok. Then I guess you could do conditions in a dax column, ie.

Hilight = if( [No.] in {3,5}, 1, 0)

 

Then use that Hilight column in your Conditional Formatting settings.

View solution in original post

5 REPLIES 5
Gabriel_Walkman
Continued Contributor
Continued Contributor

Is there a pattern for this? Ie. every odd No. excluding 1, make it bold?

Anonymous
Not applicable

No, there is no pattern. I want the specified line to be a thick character.

Ok. Then I guess you could do conditions in a dax column, ie.

Hilight = if( [No.] in {3,5}, 1, 0)

 

Then use that Hilight column in your Conditional Formatting settings.

Anonymous
Not applicable

thank you! Try it. It was very helpful.

amitchandak
Super User
Super User

@Anonymous , I doubt any conditional formatting option give for line

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors