The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
On my desktop app my date format for my date fields is:
'dd MONTH yyyy' for example: '09 January 2023'
but on the published report it changes date fields to a different format:
'DAY OF WEEK, MONTH dd, yyyy' for example: 'Monday, January 09, 2023'
I don't want this. Any ideas how I can fix this? Thanks!
One option is to create a calculated column in Power BI Desktop to format the date as desired, and then use this calculated column in the report instead of the original date column. Here's how:
=FORMAT([Date],"dd MONTH yyyy")
Note: If you have many date columns, you will need to create a calculated column for each one, or create a single calculated column that formats all of the date columns as desired.
User | Count |
---|---|
5 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
6 | |
4 | |
4 | |
3 | |
2 |