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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have this report that I need to filter by date. There are three odbc queries in this report. Each one of these date filters is from a different report. I have tried making a relationship between them but whenever I delete one of them the data gets messed up and no longer shows the correct data. What am I doin wrong?
You should have ONE date table, and use only the dates from that table in all measures, slicers, visuals, etc. Trying to relate multiple date fields from different tables to other tables, besides the date table, would be a nightmare.
In my models, all date fields from any tables not in the Date table itself are hidden from the report view so I cannot accidentally use them.
See this article. If you need help creating a date table, or how to get everything in one place, ping back.
Creating a Dynamic Date Table in Power Query
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingI don't think date tables will work. There is missing dates and duplicate dates in the query.
That is why you need a date table. It has no missiing dates, and becomes the 1 to many with other tables that can have missing or duplicated dates.
There is not a model in existence for Power BI that has date that cannot work with a date table. You might want to read up on a Star Schema, and a date table is a core component of this if the model has any dates.
Without a date table, you are going to continue to have difficult making it work as you want, and you may even discover some things are simply not possible without it.
Try it.
In general, try to avoid calculated columns. There are times to use them, but it is rare. Getting data out of the source system, creating columns in Power Query, or DAX Measures are usually preferred to calculated columns. See these references:
Calculated Columns vs Measures in DAX
Calculated Columns and Measures in DAX
Storage differences between calculated columns and calculated tables
Creating a Dynamic Date Table in Power Query
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingOk I was able to set up a date table however now I cant use my other slicer as "That would introduce ambiguity" Is there a way I can do both?
Yes. Need to see your model though. You are connecting tables in a way that doesn't have a clear and distinct path between tables. Again, Star Schema. Sounds like you have a SnowFlake Schema.
Post pics, or a link to a PBIX file that has confidential data removed.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingJust wondering if you've made progress with this @Anonymous
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingThe Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 128 | |
| 88 | |
| 79 | |
| 67 | |
| 62 |