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.
Hello Everybody!
I´m new in Power BI, here ist my Problem
I´ve the following table
If the Status is 1, then it´s the starting time. 2 means the ending time.
Now i try to create i visualisation tabel, that shows me in one row "Order No", "starting time", "ending time"
First i tried to create columns. but the it looks like:
@Marcus_S , Not very clear. Try like
Start = IF('VB Communication Log'[VB Prod_ Order Status]=1, 'VB Communication Log'[Processing at],blank() )
End = IF('VB Communication Log'[VB Prod_ Order Status]<> 1, 'VB Communication Log'[Processing at],blank() )
@amitchandak , thank for that.
Now it´s looks so
How i can get it now in one row. You see, there are rows per order. one with start and one with end.
Thanks a lot
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
12 | |
10 | |
6 |