Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
prma7799
Master III
Master III

How to link new excel file to existing data model

Hi All,

I have one application which is based on link table concept.

I have one requirement in application i want target value which present in attached file.

Can anyone suggest me that How can I start.

I started to work on it but not getting success on selection . I faced one issue that I got target values but when I select any Month or Quarter or Year then Target values not changed.

Thanks

12 Replies
tresesco
MVP
MVP

Could you post a screen shot of your data model?

vikasmahajan

Prashant  use this following formula to get correct sales of last year jan

Sum({<DATE={">=$(=MonthStart(Max(DATE),-12)) <=$(=MonthEnd(Max(DATE)))"}>} SALES)

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
prma7799
Master III
Master III
Author

Sir...

You are right but this is different question.

Thanks