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

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

Reply
BBrg
Microsoft Employee
Microsoft Employee

Date filter does not work as date table and data table have 1:1 relationship

Hello,

 

I've been struggling with this for a while and therefore decided to ask for help.

 

I am trying to achieve the basic task of importing data from two Excel table into PowerBI, connect them by the "Date" column to a Date table that I created and then use a Date filter to filter the date that different visuals show. However, I have the following problem:

 

When I connect the two tables to my "Date" table, one of the relationships is 1:1 instead of Many to 1. This already looks strange..

 

BBrg_0-1617187915542.png

 

When I go on the report and use the date filter, all visuals containing data from the "Process" table shows "Blank". So the date filter does not work but I do not understand what.

 

Some additional info:

- the hierarchy in the Process table dissapears when I create the connections.

- all date columns are formated as below:

 

BBrg_1-1617188073746.png

 

Any idea about how I can solve this? Feel free to ask more clarifying questions. Thanks!

 

4 REPLIES 4
HarishKM
Memorable Member
Memorable Member

@BBrg Hey ,

You can use below code .

Formatdate = FORMAT(demo[Period],"yyyyMMdd") 
then try .

or 
 
Use summarize function 
Like 
date = summarize(table name,
                                     date[date])
 
 
BBrg
Microsoft Employee
Microsoft Employee

Hi,

 

I used the first option but not sure how that is supposed to help. I now have a new column that looks like this:

BBrg_0-1617194611513.png

 

Thanks!

 

amitchandak
Super User
Super User

@BBrg , Click on the relationship, it will open a pop-up, Change it to 1 -M ( Date is on one side. Prefer single direction too)

Try this and check.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
BBrg
Microsoft Employee
Microsoft Employee

Thanks, @amitchandak . So I managed to change this, as you advised.

 

However, the hierarchy from the "Process" table is still missing. And the date filter is still not working.

 

If I add the "Referral created date" as a filter, just to see what it returns, I see the following:

 

BBrg_0-1617192389339.png

 

This looks very strange, right? Basically, it shows every single line instead of unique dates.

 

Any other suggestions? Thanks!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors