Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
Is there a way to insert blank rows into a table visual after at group of rows. Like this (inserting a row after each group of stops for each specific route):
Route | Stop | Time |
A | 1 | 9am |
A | 2 | 10am |
A | 3 | 11am |
A | 4 | 12pm |
B | 1 | 1pm |
B | 2 | 2pm |
B | 3 | 3pm |
B | 4 | 4pm |
C | 1 | 6pm |
C | 2 | 7pm |
C | 3 | 8pm |
C | 4 | 9pm |
I don't want to insert a blank row into the source data table becuase the sorting order in the table visual may not put the blank rows in the right spots in the table visual.
Power BI is fundamentally unable to add ANYTHING to dynamic content. It can only TAKE AWAY (ie filter).
You can add to static content (calculated tables) but that is most likely not what you need.