Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello all,
I have the following sample order id
| Order |
| a |
| b |
| c |
| d |
| d |
| d |
| e |
| e |
how can the absolute frequency be represented in the following target form?
| frequent | number |
| 1 | 3 |
| 2 | 1 |
| 3 | 1 |
Thanks four your help.
Greetings
Tobias
sure.
i have orders that occur more often in my query. in the following list i can see the frequency of the individual orders.
now i would like to know how many orders occur once, twice, three times and so on?
it will look something like this. i cannot currently display this with my data.
Has anyone an idea?
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 30 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 71 | |
| 59 | |
| 39 | |
| 22 | |
| 21 |