how to freeze the row headers in collapsable matrix in Power BI paginated report - reporting-services

In a normal matrix in Power BI, If you go to the properties of the matrix and check the Fixed row header, then it will freeze the row header if you scroll to the right of the matrix. However, I have found that if you have a collapsable matrix row header, then this property will not work. For example check the below matrix
I have checked the below two properties to lock the row and column headers
The column headers are not collapsable so they seem to work. However, the row headers don't seem to freeze when scrolling to the right.
Can someone please give a suggestion to fix this?

Related

Tablix Fix Number of row per page without disturbing the components below

We have a requirement to print invoices on pre-printed paper. The number of rows per page should not exceed to 5. Rows beyond 5 should go to the next page. This can be done by grouping, however, it disturbed all of the components below and will push to the next page as well.
Using header and footer is not an option as the components below are also tablix. tablix cannot be added to footer.
Please see below illustration:

SSRS Chart in Table, x-axis only at the bottom of the table

I'm creating a report using Visual Studio 2015.
I have a table containing a bar chart in each row.
This is what I have:
And I want to have a x-axis at the bottom of the table but only there and not in each row that relates to all graphs.
Something like this:
Thanks for helping :)
I have done this in the past. You can place an additional Chart in the footer of the table with the same width as your bar charts. You may have to wrestle with the padding. Turn off everything but the x-axis in the footer's bar chart and wrestle with the alignment by finding obscure offset properties and it should work.

Rectangle or Border look alike behaviour on SSRS report

How can I have fixed rectangle inside the report body for every page ? I am placing a tablix, after that a matrix inside that rectangle.
I have attached pictures of my ddl design view, pdf view and desired result layout.
So far, I have tried to use fixed tablix size by using sql insert empty row. But this way, I wasn't able to put my matrix inside it.
By simply using rectangle, since the rectangle is fixed sized and I am getting problem when my tablix has more data and it is pushing down the rectangle if I have some space below my tablix and matrix.
Any insight will be greatly appreciated.
In your Report Properties, set the ConsumeContainerWhiteSpace setting to true and make your Rectangle as large as it need to be on a page. In doing this, the tables will grow into the white space with each row and not push the bottom of the rectangle until the table is too large to fit.

Align images dynamically alongside bar graphs in SSRS Charts

My requirement is to display images dynamically next to the bars in SSRS charts. I have been using many ways and was not able to find an apt solution to the problem.
I have used the bar graphs and a tablix to display images next to the bars. I have used an expression in order to repeat the images based on the number of the rows obtained from the dataset.
But the main problem is with the alignment of the images with the bars. Here's a pic.
And when the parameter/selection is changed the alignment of the images with the bars get scrambled.
I need to get the images adjacent to the bars just like the previous image(image1) even if the selection is changed.
Is there any way I can get through this?
Please share a solution.
Thanks.
Sai Chaitanya
IMO your image is meaningless clutter, but anyway ...
I would insert a column into the existing Tablix (left of the current image) and move the chart inside that cell. I would remove both axes, Titles etc so you just get a single bar in each cell.
Then I would insert another column into the existing Tablix (left of the chart) and pic the category label which you have blurred out in your image above.
Finally I would add footer rows to show an image for the X axis scale, and the X Axis title.

gaps between charts in Report Builder due to table beneath

This seems more of a SuperUser thing but I didn't see any Report Builder or SSRS tags there. Move if it's in the wrong place, please!
When I create a report in Report Builder 2, I often have charts on top and then a table underneath. The problem I encounter is that some charts get shoved over to the right, seemingly due to the table width. I'll have a few charts snuggly against each other, as I designed them, then the rest in the same row will get pushed over to align with the right side of the table beneath them, leaving a big gap between the charts on the left and the charts on the right.
How can I "disconnect" the table from the charts such that the charts don't care where the table ends, and they just stay pressed against each other with no gaps between them?
It's like this:
[chart][chart] [chart][chart]
[table-----------------]
And I want this:
[chart][chart][chart][chart]
[table-----------------]
I discovered kind of a "cheap" way of fixing this. Just add an extra column to the table and stretch it such that it takes up the remaining width of the charts above. Make the column's background and border colors white or transparent so that it isn't visible.
[chart][chart][chart][chart]
[table----hidden column----]