Hi,
I have a question about how to display the table value “0”.
Thanks.
Hi, pea4789
You can wrap your measure formula with the CoalesceEmpty() function for that:
CoalesceEmpty([Measures].[Your measure], 0)
This will return 0 instead of empty cell.
Best,
Ilze // eazyBI support team