Forum Discussion

gaby58's avatar
gaby58
Frequent Visitor
3 years ago
Solved

How to format data and export in the same format

Hi all,

 

  Please seebelowand let me know when I export the data whether it is possible to get the values in that format.

 

Thank you so much for any tips

 

                                                                            

RequiredDate (Format must be: YYYYMMDD)20230517                  
Partner ID0010                 
Program ID (4 Digits)1231          
Promotion ID (0 if not sure)1 
Payment Memo (64 characters max)  
 
  Recipient NameStreet Address       Location NotificationTaxableDirect ClaimOnline Registration   
Partner User IDEcount IDFirstMiddleLastSuffixLine 1Line 2CityStatePostalCountryHome PhoneMobile PhoneEmailCodeAmountIndicatorFlagFlagRequiredAccess LevelPassthrough 
(50 characters)(16 characters)(25 characters each)(26 characters each)(18 characters)(2 char. abbr.)(10 digits only)(2 char. ISO)(16 characters)(16 characters)(50 characters)(32 char. max)(10 digits max)(1, 0 or blank)(1, 0 or blank)(1, 0 or blank)(1, 0 or blank)(2 digits max.)(32 char. max.) 
123456 First Last 11122 test lane CypressTX123456US  test.one@ 11  11 1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1
                       1

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi gaby58 ,

    You may consider using Table.TransformColumns() to convert the columns that need to determine whether they are 1 or 0 or null.

     

    Some columns can be formatted on the desktop.

    Date:

    Parther ID:

    FORMAT function (DAX) - DAX | Microsoft Learn

    The data can then be quickly exported with the help of external tools.

    Export Data | DAX Studio

    Here we choose the Formatted File;

    then run the query:

    EVALUATE YourTableName

    Open with Notepad

    result:

     

    Best Regards,
    Gao

    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

    How to get your questions answered quickly --  How to provide sample data in the Power BI Forum