I have 4 XML files I parse, union and output to a Tableau TDE file.
The union output has 3 years of data. But, one of the XML files only has data for 2 of the 3 years. So, when parsed that year is not a available which means in the union output there are no rows for that year for data from that XML-- then in Tableau it shows up as a blank. How can I automatically generate rows for that missing year and default to "0"?
I tried imputation - but since the year does not exist for that XML then it can't assign a "0"
Thanks