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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
CastroRibeiro
Helper I
Helper I

Create a table with the unique dates that are in 3 other columns

I need to create a table containing the different dates that are in 3 columns of another table:

Example: Table1 contains the columns: Data1, Data2 and Data3

Table2: contains a column with the dates of columns Date1, Date2 and Date3

 

I need to filter all these dates using a slicer, that's why I need to bring all the dates from these columns in a single column, so I can filter them at once

1 REPLY 1
nvprasad
Solution Sage
Solution Sage

Hi CastroRibeiro,

You can use "UNION" dax functions to get this. Please refer to the below function.

AllDates = UNION(
                   VALUES(Calender[Date]),
                   VALUES('Date'[Date])
                )


Appreciate a Kudos! ‌‌
If this helps and resolves the issue, please mark it as a Solution! ‌‌

Regards,
N V Durga Prasad

 

 
Did I answer your question? Mark my post as a solution! Appreciate your Kudos.
Follow me on LinkedIn.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

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.

March Power BI Update Carousel

Power BI Community Update - March 2026

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