March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
good evening . I need to create a new column that tells me the number of greens that repeats the number 30 for example.
Example: the first record is repeated 4 times the value 30. I need that 4 in a new column
Add a new column in Power Query:
List.Count (Text.PositionOf ([total_sizes],"30",Occurrence.All))
@Ozymandi4s , One of the way is count is
New column in power query
List.Count(Text.Split([Column], ",")) +1
Once you so Text.Split, you can do other List operations too
https://docs.microsoft.com/en-us/powerquery-m/list-functions
I need a way to count without adding columns
@Ozymandi4s , one of the best way is to split this column into rows, but that will increase the size of the table
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
I need a way to count without adding columns
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |