Forum Discussion
Emma_
6 months agoHelper II
Table - space between specific rows
Hello Power BI Community, I hope everyone is doing well! I’m currently working on a report with a table visual. I’m looking for an easy and elegant way to create additional space between specif...
- 6 months ago
Hi Emma_
In Power BI, a value can’t be assigned to a row that doesn’t exist, even if the intended value is blank. That blank row has to exist first. One way to handle this is to add a dimension table that includes an explicit blank row, like in the example below. The category column also needs a custom sort; otherwise, the blank row will always appear first.
Use this dimension table in the visual and ensure that Show items with no data is enabled
Please see the attached pbix.
Emma_
6 months agoHelper II
Perfekt, thank you