Forum Discussion
peyton
1 year agoRegular Visitor
Filtering stacked column and line chart, displaying despite null values.
Hello, I am attempting to create a stacked column and line chart that can be filtered by an account table. Currently, the account table will filter and present the total open volume as the li...
- Anonymous1 year ago
Ashish_Mathur
Super User
1 year agoHi,
I am not sure but see if this measure works
Measure = coalesce([your measure],0)