Forum Discussion
Join between two extracted Bex Queries from SAP BW
- 6 years ago
Hi Anonymous ,
How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?
Best regards,
Hi Anonymous ,
What is the format of the Time characterstics column in Power BI? Does other columns in two tables have the same name? Could you please provide a sample mockup table based on fake data or describle the fields of each tables and the relations between tables simply? Please don't have any Confidential Information or Real data in your reply.
Best regards,
- Anonymous6 years agoNot applicable
Hi ,
Below are format which I had in power BI and which are Matrix format. I need to divde them and make it another table.
Q1 Q2 Q3 Q4
X 800 700 600 500
Y 900 800 600 500
--------------------------------------------
Q1 Q2 Q3 Q4
X 200 350 300 250
Y 450 400 300 250
Regards,
Ramki.
- v-lid-msft6 years agoCommunity Support
Hi Anonymous ,
We can try to append two tables after unpivote them, If it doesn't meet your requirement, could you please show the exact expected result based on the Tables that you have shared.
Best regards,- Anonymous6 years agoNot applicable
Hi ,
Below are format which I had in power BI and which are Matrix format. I need to divde them and make it another table.
Q1 Q2 Q3 Q4
X 800 700 600 500
Y 900 800 600 500
--------------------------------------------
Hi ,
Below are format which I had in power BI and which are Matrix format. I need to divde them and make it another table.
Q1 Q2 Q3 Q4
X 800 700 600 500
Y 900 800 600 500
--------------------------------------------
Q1 Q2 Q3 Q4
X 200 350 300 250
Y 450 400 300 250
Result :
Q1 Q2 Q3 Q4
X 4 2 2 2
Y 2 2 2 2
Regards,
Ramki.