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
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
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.