Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi Team,
I am stuck in one calculation in which I need to check the Minimum Value of "CHANGENR" column and populate the "VALUE_OLD" entry in front of every column .
Please see below for more calrification :
I trired using Min and Earlier function to compare these column but its giving me wrong value. Request you to please let me know what needs to be corrected in this:
Thanks,
Ashish
Solved! Go to Solution.
Hi,
This calculated column formula works
Reslt = LOOKUPVALUE(Sheet1[VALUE .OLD],Sheet1[CHANGENR],CALCULATE(MIN(Sheet1[CHANGENR]),FILTER(Sheet1,Sheet1[OBJECT.ID]=EARLIER(Sheet1[OBJECT.ID]))),Sheet1[OBJECT.ID],Sheet1[OBJECT.ID])
Hope this helps.
..
ashish
I am taken to a sign-in page.
Please check below link and try to downlaod from this
https://drive.google.com/file/d/1bdLVYS3h0FCXV_QeOAFs3Oo_iIP2n2uY/view?usp=sharing
Thanks,
Ashish
Hi,
This calculated column formula works
Reslt = LOOKUPVALUE(Sheet1[VALUE .OLD],Sheet1[CHANGENR],CALCULATE(MIN(Sheet1[CHANGENR]),FILTER(Sheet1,Sheet1[OBJECT.ID]=EARLIER(Sheet1[OBJECT.ID]))),Sheet1[OBJECT.ID],Sheet1[OBJECT.ID])
Hope this helps.
You are welcome. Thank you for your kind words.
Hi,
Cannot understand your question. The entries in the CHANGENR column are text. How can you take the minimum of a column of text entries?
Hi @Ashish_Mathur ,
You are right data type of column"CHANGENR" is Text whoever i can change it to "Whole Number" .
But i am not sure why i am getting wrong result .
Is there any solution how can i achieve this?
Thanks,
Ashish
Hi,
This calculated column formula works
Column = lookupvalue(Data[VALUE OLD],Data[CHANGENR],min(Data[CHANGENR]))
Hope this helps.
Hi @Ashish_Mathur ,
I have changed the format of "Changenr","OBJECTID" and "Value OLD" from Text to whole Number and then I tried the above forumla however i am getting the same value on each entry .
As we know Lookup function will work as VLOOKUP in which whenever there is a first exact match of Min value in CHANGENR column it will populate the first entry each row however It should give me if its "OBJECT ID" is different then it should check "Min" value of that "CHANGENR" Column and should pick the "Value Old entry " .
To make it more clear please see below screenshot of desire result :
I hope i am make it clear make requirement now.
Request you to please help .
Regards,
Ashish
Share the download link of the PBI file.
User | Count |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |