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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a big table, with post dates. I have a date table. If I throw that big table into a table visual, I see all of the records. As soon as I activate the relationship between post date and Date, many of those records disappear. The post_dates looks fine to me, have valid matching entries in Date, and and both are Date type fields.
Here is the link to a simple cut of the database. Turn the Date relationship on and off, watch the records disappear and and return.
Can someone tell me what is going on here?
Thanx
Phil
Solved! Go to Solution.
your post dates are datetime, you set them to date in Power BI, but that just masked them. You need to set the type to date in powerquery to strip off the time
Hi, you probably have a filter on your date table. Look at the visual, page, and report level filters and make sure there is no filter. Or your date table is not complete, it should have all calendar dates.
your post dates are datetime, you set them to date in Power BI, but that just masked them. You need to set the type to date in powerquery to strip off the time
Hey Deku,
That was it. Thank you very much!
Phil