Hi all!
Hoping to poll the experts to see how you handle the following situation:
A data cube returns results to a simple data label metric set returning a count. For example, let’s say the cube is returning:
1, Apple
2, Banana
3, Coconut
…and the metric set is just a data label of count(Column2).
How then do we handle a situation where we want a count where Column2 = Donut? Right now, I have a data cube for each metric set doing the filtering and the metric sets set up to transform source nulls to zeros, but that’s not exactly elegant as it means dozens of extra objects to maintain. However, if I put the filter directly on the metric set, it’s not technically receiving a source null, so it spits out “No Data Returned” instead of “0”.
Hopefully others have faced this and come up with ingenious solutions, or maybe just found checkboxes that I’ve not yet clicked.
Thanks in advance! You’re all amazing!