The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi @chiru5262 ,
First of all thanks to Ashish_Mathur for the quick reply and solution. I have some other ideas for you to consider:
(1) This is my test data.
(2) You can use the following DAX:
Table 2 =
VAR Table2 =
SELECTCOLUMNS (
FILTER ( FACT_WORKORDER, [ORIGRECORDID] <> BLANK () ),
"Wo num table1", VALUE ( 'FACT_WORKORDER'[ORIGRECORDID] ),
"Wo num table2", VALUE ( 'FACT_WORKORDER'[Wonum] )
)
RETURN
Table2
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @chiru5262 ,
First of all thanks to Ashish_Mathur for the quick reply and solution. I have some other ideas for you to consider:
(1) This is my test data.
(2) You can use the following DAX:
Table 2 =
VAR Table2 =
SELECTCOLUMNS (
FILTER ( FACT_WORKORDER, [ORIGRECORDID] <> BLANK () ),
"Wo num table1", VALUE ( 'FACT_WORKORDER'[ORIGRECORDID] ),
"Wo num table2", VALUE ( 'FACT_WORKORDER'[Wonum] )
)
RETURN
Table2
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
In the Power Query Editor, ensure that the data type of the Wonum and Origrecordid columns is number.
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
64 | |
46 | |
38 |