Forum Discussion
Dymanic data source
- 4 years ago
Hi,
The forecast table (Table B) should have 2 date columns - one which tells us the month for which the forecast is and another which tells us the Month in which the forecast was prepared. Using the USERELATIONSHIP() function, we should be able to get what you want.
- 4 years ago
"a bit clumsy" is a nice way to put it. I think it is irresponsible for your business requestors to ask you to create such a challenging report with the current experience. Try to work on the issue piece by piece. Starting with the 23 tables will get you nowhere. Start with Ashish_Mathur 's suggestion.
- 4 years ago
Hi,
The forecast table (Table B) should have 2 date columns - one which tells us the month for which the forecast is and another which tells us the Month in which the forecast was prepared. Using the USERELATIONSHIP() function, we should be able to get what you want.
- Anonymous4 years agoNot applicable
Hi Ashish,
Thank you very much for your help.
Could I please check if I have interrupted your advice correctly?
- add secondary column in Forecast table (Table B):
- add forecast version in model and build relationship with Table B
- create new meature to calculate forecast revenue:
- CALCULATE(SUM(Table B[Forecast Revenue]), USERELATIONSHIP(Calendar Month[Calendar Month], Forecast Version[Forecast Version]))
Much appreciated.
Kind regards,
Janis
- Ashish_Mathur4 years agoSuper User
Yes, i think so.