Forum Discussion
Custom Table in Power BI
- Anonymous1 year ago
Hi shahidmahmood ,
I create three tables as you mentioned.
Sales table:
Production table:
Collection table:
Then you can go to Power Query and choose to use Append.
Next you can create an index column and a Custom Column.
feeName = {"Sales", "Production", "Collection"}{[Index]}Finally you can get what you want.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I already have data like above . now i want to see them in a single table like below.
- Anonymous1 year agoNot applicable
Hi shahidmahmood ,
I create three tables as you mentioned.
Sales table:
Production table:
Collection table:
Then you can go to Power Query and choose to use Append.
Next you can create an index column and a Custom Column.
feeName = {"Sales", "Production", "Collection"}{[Index]}Finally you can get what you want.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.