- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Getting day name using calender table created using Dax
I created small Calender table using below.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@Anonymous
You should add as a new column not a measure to your calendar table:
Create a new column in your column in your calendar table with
Day of Week Name = FORMAT('Calendar'[Date],"dddd")
Then, create a relationship between the Calendar[Date] and Daily Click Data table
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hey guys,
There is an easier way to do this, and Power bi will still recognize it as a date! (It will sort monday to friday instead of alphabetical.)
Create a new column
Day of Week Name = [Date]
[Date] is whatever the column name is of the date you want abbreviated.
In column tools, First make sure the Data type of the new column is date, then with the new column selected, type ddd into the format box. (It won't suggest it but you can still type it manually.) hit enter and boom there it is.......
You can type out any date format you want. from here: https://learn.microsoft.com/en-us/dax/format-function-dax#custom-datetime-formats
I just stumbled across this on accident. I have never seen anyone else suggest this method on any forums.
Hopefully this helps .
SlimShady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@Anonymous
You should add as a new column not a measure to your calendar table:
Create a new column in your column in your calendar table with
Day of Week Name = FORMAT('Calendar'[Date],"dddd")
Then, create a relationship between the Calendar[Date] and Daily Click Data table
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Day Of Week Name could be added as a column to your Calendar table which I assume has a relathionship to source - Daily Click Data table. In your chart use the day name from the Calendar table and aggregate the click values from the daily click data table.

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
09-26-2023 03:00 AM | |||
11-20-2023 06:31 AM | |||
07-03-2019 04:24 AM | |||
09-07-2023 07:58 AM | |||
03-12-2024 07:28 AM |
User | Count |
---|---|
87 | |
81 | |
53 | |
38 | |
35 |