October 18, 2018 at 8:52 am
Hello,
Possibly I'm missing something simple here but is there a way to display the data like below.
I think I need to do this via a Pivot but It doesn't have an aggregation or possibly an inner join. Hope you can help.
How my Data Currently Looks
Customer Method of Delivery
Test MethodA
Test MethodB
Test2 MethodB
How I would like it to look
Customer MethodA Method B
Test MethodA MethodB
Test2 NULL MethodB
October 18, 2018 at 9:28 am
One easy way is to use SSRS and a matrix where Customer is the row group and the Method of Delivery is the column group. That would create a pivot and you wouldn't need to change your query.
Steve (aka sgmunson) 🙂 🙂 🙂
Rent Servers for Income (picks and shovels strategy)
October 19, 2018 at 2:05 am
Thanks,
Your idea inspired me and I manged to Create this in Power BI. Basically the same as you said. Thanks again.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply