Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello community
I would like to calculate the budget of maximum date in my excel file.
To do so, I created a variable vMaxdb =date(max(dateBudget), 'DD MMM YYYY')
and then in my expression :=sum({<[dateBudget]={$(#vmaxdb)}>}[Budget PO]/1000)
It didn't work.
Do you have an idea please.
Thanks
Sunny,
Could you please give me your email. I will send you my application.
Thanks
Just attach the application to your post instead.
Hello,
Thanks for your responses.
The problem is solved.
An other question, I have a date fiels in th that format
How to convert it in date without hours, only 29/03/2016
Please start a new topic for a new question.
Since your current problem is solved, please flag the correct answer by clicking on the "Correct Answer" button near that reaction. Also consider flagging Helpful answers by clicking on the Action option near that reply and selecting "mark as helpful".
Thank you.
Kindly post the solution here and mark it as correct answer so that other can refer to same if they have same issue.
Also for new query please open a new thread.
you have assigned wrong variable name .
tryy this
sum({<[dateBudget]={$(vMaxdb)}>}[Budget PO]/1000)