Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Need help with conditional lookup to group the following measures in Power Query and Power BI
You're going to need to be a lot more clear. Lookup what from where? What is supposed to be meeting these criteria and how are you defining them? What part of this do you want to do in Power Query? Measures don't exist in the query editor so that doesn't make sense.
Proud to be a Super User!
Great point 🙂 I am including a table below with some sample data. The data is located in a database with millions of record. The lead days column is what I would like to group in Power Query or Power BI:
| Engnr Lead Days | Lookup |
| -362 | |
| -362 | |
| 4964 | |
| 40 | |
| 40 | |
| 67 | |
| -1064 | |
| -21 | |
| 365 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1096 | |
| 4 | |
| 366 | |
| 366 | |
| 366 | |
| 366 | |
| 365 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 0 | |
| 0 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| -999 | |
| -999 | |
| 2928 | |
| 0 |
I hope this makes sense?
Thanks for the feedback
MD
What's supposed to happen in the Lookup column? What are you looking up? Where is it?
Proud to be a Super User!
The lookup is supposed to group the values in the column by:
Right now, I have only been able to create two with the conditional format feature. I need to be able to do the following using DAX in Power Query:
It looks like you're just creating a bucket column. There's no lookup going on that I can see. You would just use a normal IF formula in DAX, identical to an Excel IF formula. IF(<condition>, <result if true>, <result if false>)
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 49 | |
| 38 | |
| 31 | |
| 30 |