Forum Discussion
robertdpittman
1 year agoFrequent Visitor
Trying to get persistent columns and rows when using a slicer
I want to format a table visualization with columns and rows that are persistent even when all the contents of the cells in the row or column are non-existent. The contents of the table is controlled...
Ashish_Mathur
Super User
1 year agoHi,
I cannot download your file but if you are OK with substituting blank with 0, then drag this measure to your visual
Measure = coalesce([your measure],0)
Hope this helps.