Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
Hello Everyone,
I am new to Power BI and I am blocked. I created a table and i am trying to import a column from another table but I am totally blocked. I created the table VilleEventstest (as you can see on the picture) and I would like to add the column ROI Final to the table VilleEventstest.
Here is the DAX formula:
VillesEventsTEST = UNION( DISTINCT( GENERATE ( SUMMARIZE(Recap;Recap[id]); CALCULATETABLE ( SELECTCOLUMNS ( Recap; "Ville";Recap[Ville1clean DAX] ); Recap[Ville1clean DAX] <> BLANK() ) ) ); DISTINCT( GENERATE ( SUMMARIZE(Recap;Recap[id]); CALCULATETABLE ( SELECTCOLUMNS ( Recap; "Ville";Recap[Ville2clean DAX] ); Recap[Ville2clean DAX] <> BLANK() ) ) ); DISTINCT( GENERATE ( SUMMARIZE(Recap;Recap[id]); CALCULATETABLE ( SELECTCOLUMNS ( Recap; "Ville";Recap[Ville3 DAX] ); Recap[Ville3 DAX] <> BLANK() ) ) ) )Thank you very Much 🙂
Hi @Anonymous
It's hard to provide an accurate solution without sample data and expected output.Please refer to this article How to Get Your Question Answered Quickly.You can upload the .pbix sample file to OneDrive and post the link here. Do mask sensitive data before uploading.
Regards,
Cherie
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
75 | |
70 | |
47 | |
41 |
User | Count |
---|---|
64 | |
41 | |
31 | |
30 | |
28 |