Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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 September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
19 | |
18 | |
18 | |
15 |
User | Count |
---|---|
39 | |
22 | |
18 | |
15 | |
12 |