Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!