Forum Discussion
ankit2747
9 years agoFrequent Visitor
Insert a blank row in matrix visualization
Hello, Here is a scenrio. Any help is appreciated!!! I want to insert a blank row btween my each instance of group in matrix visualization. Please refer to the below snapshot. Currently ...
sebouier
3 years agoFrequent Visitor
Here's a workaround:
- Choose a matrix visual
- Add a subtotal row
- Empty its name (usually "Total")
Then, you have to modify your measure:
IF(HASONEVALUE([Product]),
[Amount],
BLANK()
)