Hello! I have been investigating for quite a bit and I haven't found a correct way to do this:
I have the current table:
I want to generate another table where you get the number of times 1 is repeated, 2, 3 and so on for each symbol.
This is how I picture it:
Symbol | # | Frequency |
AUDCAD | 1 | 8 |
NZDCAD | 22 | 1 |
AUDCAD | 2 | 5 |
... | ||
... |
In excel I would do it with Count.ifs, but in power BI I haven't found the way yet. I would be grateful If you could help me.
Thank you very much in advance!
Solved! Go to Solution.
@Ogos-DL , I think you have to create bucketing on count measure
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
@Ogos-DL , I think you have to create bucketing on count measure
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
Thank you!
User | Count |
---|---|
122 | |
61 | |
56 | |
47 | |
41 |
User | Count |
---|---|
116 | |
66 | |
62 | |
61 | |
45 |