I have a cube containing facts each containing at least one Date Dimension :
Fact : Fact_Sales , Fact_Leads , Fact_Budget
Dimension Column : FactorDateID , LeadIssueDateID , BudgetDateID
Now I need a Bar-chart with dates in X Axis and measures from all these facts in Y Axis (as Bar Values). Would you please guide me how to do that?
**I am forced to have all facts in a single cube and also i have to deploy different date usages for these different Dates(budgetdate,factordate,...) because they really differ from each other.