Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello, I want to create a simple Matrix without any measure involved. This is the original data:
The result of a Matrix table I would like to have - each row represents an Unique combination of State and Customer ID:
In Report Builder, a Matrix visual force to have a measure, sum etc, how could I achieve the above without calculating anything?
Thank you!
Solved! Go to Solution.
This should simply be a display issue - you can modify the matrix rows to repeat row headers by following the instructions here: https://learn.microsoft.com/en-us/sql/reporting-services/report-design/controlling-row-and-column-he...
Hi @OceanExplorer
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.
Hi @OceanExplorer
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
This should simply be a display issue - you can modify the matrix rows to repeat row headers by following the instructions here: https://learn.microsoft.com/en-us/sql/reporting-services/report-design/controlling-row-and-column-he...
You can put both the State and Customer ID in the row groups (and nothing in the values)
Thanks @vicky_ , is there a way to show State for each row as well in the result? Right now the "State" will not show up if multiple Customers belong to the same State:
I hope to achieve:
Thank you!