Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
12 | |
10 | |
10 | |
9 |
User | Count |
---|---|
16 | |
16 | |
13 | |
11 | |
10 |