I am new to SSRS and I am creating a Drill Down report. This report is comparable to a sales report by location. Let’s say Country – Region – City with subtotals for each group.
The data provided for this report is not always complete. So let’s say for the country “United States” all the sales are in “No Region”, and all sales in “No Region” are in “No City”. When drilling down, if the only region is “No Region” I want to drill down to the next level right away instead of having the “No Region” value there, that I have to drill down through again.
For illustration:

How can I achieve this? I have extensive programming knowledge (.NET) if this is necessary.
For the detail row group, set the initial visibility to
For the City group, set the initial visibility to
Replace field and group names to match your own.