We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 38 | |
| 33 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 67 | |
| 63 | |
| 38 | |
| 34 | |
| 22 |