Forum Discussion
dt
6 years agoFrequent Visitor
Show current value in matrix
Hello, I have table with hierarchy data. Question 1: How-to show current value of fields Assigned To, Customer, State instead first or later? Question 2: How-to hide null row in drill down? Quest...
dt
6 years agoFrequent Visitor
Anybody help me?
v-juanli-msft no ideas?
v-juanli-msft
6 years agoCommunity Support
Hi
How about unpivot columns?
finally data structure is like
row_hierarchy1 row_hierarchy2 ... columns_names columns_value
then add "row_hierarchy" in "row", add "columns_names" in "column", "columns_value" in "value".
Best Regards
Maggie