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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Cke
New Member

Order Date function not on display in View Table (Power BI)

Hi there,

I am looking for some help please 🙂

 

I am trying to use the function Order Date in Power BI (View Table mode). However it does not appear after creating a new column. I am attaching a photo (from a Youtube video) of what I am trying to get vs a photo of what my View Table mode really displays.

 

Cke_2-1770490399901.png

Image 1. What I need to get

 

Cke_3-1770490426909.png

Image 2. What my View Table displays

 

In my power BI I cannot see all the functions displayed in the Youtube video despite I am texting the function similarly.

What I can do to get the functions on display in the video?

 

Note: the link for the Youtube video I am trying to imitate is: https://www.youtube.com/watch?v=L4z-sZvUDFU

 

Thank you in advance  🙂

2 ACCEPTED SOLUTIONS
Natarajan_M
Responsive Resident
Responsive Resident



 

Hi @Cke ,

Month is the function order date is the column in the table used in the video .

to get the month number you need to use the 

Month = month(financials[Date])
 
NattyM_0-1770492360484.png

make sure the Date is in the correct date datatype 

https://learn.microsoft.com/en-us/dax/month-function-dax

NattyM_1-1770492413167.png


Thanks 

 

If this response was helpful in any way, I’d gladly accept a kudo.
Please mark it as the correct solution. It helps other community members find their way faster.

 

View solution in original post

Natarajan_M
Responsive Resident
Responsive Resident

Hi @Cke  can you use the sort by columns option. 

 

Select the column thats used in the button slicer then sort by month. Number this should resolve the sorting issue 

View solution in original post

10 REPLIES 10
Natarajan_M
Responsive Resident
Responsive Resident



 

Hi @Cke ,

Month is the function order date is the column in the table used in the video .

to get the month number you need to use the 

Month = month(financials[Date])
 
NattyM_0-1770492360484.png

make sure the Date is in the correct date datatype 

https://learn.microsoft.com/en-us/dax/month-function-dax

NattyM_1-1770492413167.png


Thanks 

 

If this response was helpful in any way, I’d gladly accept a kudo.
Please mark it as the correct solution. It helps other community members find their way faster.

 

Thank you so much @Natarajan_M :).

 

I have another question related, please: 

 

I am using a button slicer to filter or control the bar chart you can see in the picture. However, the date format includes the full date (day/month/year). There is any method for the name of the month to appear instead of the full date, just as in the bar graph?

 

Captura de pantalla 2026-02-08 190044.png

Thank you so much in advance

Hi,

Create this calculated column in the Calendar table

Month name = format(calendar[date],"mmmm")


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Thank you,

However, in the resultant button months are not chronologically organized, so I got back to my initial question. 

 

Captura de pantalla 2026-02-09 152812.png

 

 

pcoley
Responsive Resident
Responsive Resident

@Cke MonthName will be sort alphabetically by default.
To sort by number of month you should have a column in your table with the corresponding month number (MONTHNUMBER); then select the column that has the name of months (MONTHNAME) column... finally, in the ColumnTools Select "SortByColumn">[select the column that has the corresponding month numbers]

 

1. MonthNumber Column:

pcoley_2-1770672440370.png

2. SortByColumn

pcoley_3-1770672488981.png

This should be enough to enable the sort as you wanted, please go back to your viz and check if it works as expected

 


I hope this helps, if so please mark it as a solution, kudos are welcome.

pcoley
Responsive Resident
Responsive Resident

@Cke MonthName will be sort alphabetically by default.
To sort by number of month you should have a column in your table with the corresponding month number (MONTHNUMBER); then select the column that has the name of months (MONTHNAME) column... finally, in the ColumnTools Select "SortByColumn">[select the column that has the corresponding month numbers]

 

 

pcoley_2-1770672440370.png

pcoley_3-1770672488981.png

This should be enough to enable the sort as you wanted, please go back to your viz and check if it works as expected

 


I hope this helps, if so please mark it as a solution, kudos are welcome.

thank you so much for your answer, I cannot mark it as the solution because another person gave me the solution before. However, your answer is quite elaborated 🙂

Natarajan_M
Responsive Resident
Responsive Resident

Hi @Cke  can you use the sort by columns option. 

 

Select the column thats used in the button slicer then sort by month. Number this should resolve the sorting issue 

thank you so much!

MFelix
Super User
Super User

Hi @Cke ,

 

The Order Date is not a function is a column on the orders table.

 

If you do not have that table and that column you want BE able to see the column.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.