Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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)
Solved! Go to Solution.
Please consider this as resolved. I just did the step for changed type with local after running the python script:
Please consider this as resolved. I just did the step for changed type with local after running the python script:
Hi,
Facing similar issue in python script in Power query. where is option to change the type Locale?
Thank you !!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
14 | |
13 | |
11 | |
9 | |
8 |