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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
thhmez7
Helper III
Helper III

Create Date column that does not react to filter

Hi,

 

how can I create a date column that does not react to a filter interaction? For example:

thhmez7_0-1664829557915.png

If I select any Product, the date column (Modifiedon) on the right should not change and still show all dates.

I want to do it with a new DAX column, so it's without "Edit interactions" in PBI desktop. In my case it's also important to create a column and not a measure.

Thank you.

1 ACCEPTED SOLUTION
v-yadongf-msft
Community Support
Community Support

Hi @thhmez7 ,

 

This is my test table:

vyadongfmsft_1-1664852757196.png

 

Please try following DAX to create a new table:

NewTable = VALUES('Table'[Modifiedon])

vyadongfmsft_0-1664852721922.png

 

Don't create relationships between two tables:

vyadongfmsft_2-1664852839138.png

 

The result you want:

vyadongfmsft_3-1664852863566.png

Best regards,

Yadong Fang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
thhmez7
Helper III
Helper III

Thank you, this sounds good. However I realize my use case is slightly different, so hope you don't mind me making another thread about it.

v-yadongf-msft
Community Support
Community Support

Hi @thhmez7 ,

 

This is my test table:

vyadongfmsft_1-1664852757196.png

 

Please try following DAX to create a new table:

NewTable = VALUES('Table'[Modifiedon])

vyadongfmsft_0-1664852721922.png

 

Don't create relationships between two tables:

vyadongfmsft_2-1664852839138.png

 

The result you want:

vyadongfmsft_3-1664852863566.png

Best regards,

Yadong Fang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.