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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
ironboy0423
Helper I
Helper I

Python script in Power BI transform data/power query returns date as Microsoft.OleDb.Date

Hi, guys.

 

I am having issues when I use python script in transforming data. The date became unreadable? or Microsoft.OleDb.Date. May I know the most effective way to fix it? Here's my python script:

 

 

import pandas as pd

dataset = pd.DataFrame(data=data)

dataset['Supplier Name'] = dataset['Name'].str.replace(r'^.*-\s*', '').str.strip()

dataset.drop(columns=['Name'], inplace=True)

dataset.reset_index(drop=True, inplace=True)

 

1 ACCEPTED SOLUTION
ironboy0423
Helper I
Helper I

Please consider this as resolved. I just did the step for changed type with local after running the python script:

 

ironboy0423_0-1690754471935.png

 

View solution in original post

1 REPLY 1
ironboy0423
Helper I
Helper I

Please consider this as resolved. I just did the step for changed type with local after running the python script:

 

ironboy0423_0-1690754471935.png

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors
Top Kudoed Authors