Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have something like this:
app type record 1
requstor of app 1
requested on 1
app type record 2
requstor of app 2
requested on 2
app type record 3
requstor of app 3
requested on 3
I need it to be like this:
App Type | Requestor | Requested on |
So, data set is like this on the left. I'm looking to get it into something like the right?
User | Count |
---|---|
6 | |
4 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
3 | |
3 | |
2 | |
2 |