This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I need to get the Max (or latest) Version by FullBuildID, problem is the FullBuildID is not a numeric value so when I use Max it returns a 0. Here is a sample of my data:
| Product | Version | Full Build ID |
| A | 16 | 16.0.00.0023.03 |
| A | 16 | 16.0.00.0020.02 |
| A | 16 | 16.0.00.0020.03 |
| B | 16 | 16.1.00.0040.57 |
| B | 7 | 7.5.00.0000.00 |
Desired output:
| Product | Version | Full Build ID |
| A | 16 | 16.0.00.0023.03 |
| B | 16 | 16.1.00.0040.57 |
thanks in advance for your assistance!
Solved! Go to Solution.
You could create a new column like this:
FullBuildNum = SUBSTITUTE([Full Build ID],".","")
Switch the column to Whole Number.
You could create a new column like this:
FullBuildNum = SUBSTITUTE([Full Build ID],".","")
Switch the column to Whole Number.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 26 | |
| 22 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 45 | |
| 42 | |
| 41 | |
| 21 | |
| 18 |