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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

Top Solution Authors