Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hi,
I have many different version numbers and I need to find in which position are points that are in red color: "2.5.90.0", "2.10.11.12"
To be more specific, I need to create measure which would count position of last point in those version numbers.
Solved! Go to Solution.
@agne0211
You can add a custom column in Power Query as follows:
=Text.PositionOf([Text],".", Occurrence.Last) + 1
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@agne0211
You can add a custom column in Power Query as follows:
=Text.PositionOf([Text],".", Occurrence.Last) + 1
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
31 | |
15 | |
11 | |
10 | |
8 |
User | Count |
---|---|
62 | |
20 | |
11 | |
11 | |
11 |