Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
ktkpatra
Frequent Visitor

Manage relationship

I am having trouble in relationship. I would like to know relationship in my Power BI desktop have same dataset with different year with 2 different file. I want make relationship Sales order number from both the dataset. Is it possible or something need to other way.. please let me know or call me to explain you more. Your help will be highly appreciated. thanks

 

ktkpatra_0-1641370913556.png

 

1 ACCEPTED SOLUTION

Hi @ktkpatra ,

 

Please refer:

SALES_DOC = DISTINCT(

                        UNION(
                        ALL('2020 ENI'[Sales Document]),

                        ALL('2020 HV_MH'[Sales Document]),

                        ALL('2021 ENI'[Sales Document]),
                        ALL('2021 HV_MH'[Sales Document])

                         )

                         ) 

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

View solution in original post

3 REPLIES 3
ktkpatra
Frequent Visitor

Thanks for your reply.

In same way Power BI desktop have same dataset with different year with 4 different file. I want make relationship Sales order number from all the dataset and getting error as "Operator or expression '() is not supported in this context" below. Could you please help me 

 

ktkpatra_1-1641409576885.png

OR

ktkpatra_2-1641409655112.png

 

 

Hi @ktkpatra ,

 

Please refer:

SALES_DOC = DISTINCT(

                        UNION(
                        ALL('2020 ENI'[Sales Document]),

                        ALL('2020 HV_MH'[Sales Document]),

                        ALL('2021 ENI'[Sales Document]),
                        ALL('2021 HV_MH'[Sales Document])

                         )

                         ) 

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.