Forum Discussion
Anonymous
4 years agoNot applicable
Create Rows to the table where the data is missing for specific dates
Hello All, I have a table with below columns in my dataset. We have monthly revenue for each resellers in this table from feb-21 to mar-22. For few resellers, there will be no data for ...
Jihwan_Kim
4 years agoSuper User
Hi,
Please try to replace your [Revenue] measure with the below.
Revenue measure fix: =
COALESCE ( [Revenue], "" )
Anonymous
4 years agoNot applicable
Jihwan_Kim there is no change in the table if i add this measure