Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I have two tables in DirectQuery mode: V_demandeStockD and V_tranStockD.
I want to merge the two tables , and adding a columns on V_demandeStockD to have the ItemCode and Dscription from V_tranStockD for each expr1.
PS: there's a relation between Expr1 on V_demandeStockD and DocNum on V_transStockD.
Can you please help me add those columns in the table Tasks?
hello, i work on a directquery MODE , i can't add a new table , i want to add the columns on V_demandeStockD to have the ItemCode and Dscription from V_tranStockD for each expr1.
btw i tired lookup fonction but it's not working :
Mesure 21 = LOOKUPVALUE(V_transStockD[ItemCode],V_transStockD[Expr1],V_demandeStockD[DocNum])
thanks
Table = UNION ( SELECTCOLUMNS ( V_demandeStockD, "ColumnName", [tablecolumn], .,
.,
.,
"ColumnName", [tablecolumn] ), SELECTCOLUMNS ( table2, "ColumnName", [tablecolumn],
.,
.,
.,
"ColumnName", [tablecolumn] ) )
@achrafkasmi i hope this helpyou.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
12 | |
11 | |
9 | |
6 | |
6 |