Forum Discussion

DueckJ's avatar
DueckJ
Frequent Visitor
4 years ago

Monthvalue transform to week/day value

I have sales data in my data model that I want to compare to a planned value. The plan data is only available on a monthly level. In the chart I would like to visualize the ACTUAL data with the planned data by drilling down to month, week and day.

Therefore, I want to transform the monthly value (plan) via a measure to week and day.

I have joined the fact_sales table and the fact_plan table with the DimDate table.

The plan data looks like this:
Date - Value
01 Jan 22 - XX
01 Feb 22 - XX
01 Mar 22 - XX

3 Replies