The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
27 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
33 | |
13 | |
11 | |
9 | |
8 |