Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I need to summarize this table, per protocol and status date, can help me?
id | Protocol | Stage_id | Status | Status_Date |
1 | 100 | 1 | a | 10/15/2016 |
2 | 100 | 1 | b | 10/15/2016 |
3 | 100 | 2 | c | 10/17/2016 |
4 | 100 | 3 | d | 10/17/2016 |
5 | 100 | 4 | e | 10/17/2016 |
6 | 100 | 5 | f | 10/20/2016 |
7 | 101 | 1 | a | 10/15/2016 |
8 | 101 | 1 | b | 10/15/2016 |
9 | 101 | 2 | c | 10/18/2016 |
10 | 101 | 3 | d | 10/18/2016 |
11 | 101 | 4 | e | 10/19/2016 |
12 | 101 | 5 | f | 10/20/2016 |
Thus:
Protocol | a_date | b_date | c_date | d_date | e_date | f_date |
100 | 10/15/2016 | 10/15/2016 | 10/17/2016 | 10/17/2016 | 10/17/2016 | 10/20/2016 |
101 | 10/15/2016 | 10/15/2016 | 10/18/2016 | 10/18/2016 | 10/19/2016 | 10/20/2016 |
Thank you.
@ed_cosanto hi! @MattAllingtonwrote well, accepts his answer as a solution. But I'll show you how to do it:
1. Choose matrix view
2. Enter the fields indicated by the colleague:
Rows> Protocol
Columns> Status
Values> Status Date
in this way:
you will get the desired result:
If you want to give me a like!
BF
Add a matrix
protocol on rows
status on columns
date in values (max)
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |