Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
56 | |
55 | |
38 | |
29 |
User | Count |
---|---|
75 | |
62 | |
45 | |
40 | |
40 |