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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
mohitchugh
Frequent Visitor

Merger of two Input table' s & required output as given below after export (.csv) file

                                                                                           Input_Table_A

 ITEM digit
 A 5
 B 10
 C 15

                                                                                            Input_Table_B
Class digit
 E 9
 F 9
 G 6
 H 6


Output ( After Export)
 
Today Input on 21-June-2020
Total Input= 30
 
Item wise-digit/Zero
C-15/0
B-10/0
A-5/0
 
Class wise-digit/Zero
E-9/0
F-9/0
G-6/0
H-6/0
4 REPLIES 4
v-eachen-msft
Community Support
Community Support

Hi @mohitchugh ,

 

You could use List.Sum() and DateTime.LocalNow() to get results.

Here is my test file for your reference. 

 

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

Thanks for reply...

 

I see your given solution.  it's much nearest to required form of output.                                                                                                 And i used Table Visual for this input data but, not comes in required output. please suggest

Spoiler
Spoiler
 

mohitchugh_0-1592896436244.png 

 

Hi @mohitchugh ,

 

You could share your expected output with file or screenshot here.

 

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

Output in Excel or .CSV file ....like this

mohitchugh_0-1592908694736.png

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors