Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi All,
I have 5 tables: 4 data tables and 1 Date tables.
data table I write dax code as follows:
DimDate = CALENDAR
table 1,2 and 3 out of 4 data tables have two column for time,
if I use dime date connect with data column with many to one cardinality to filter corresponding data in table 1, 2 and 3, it works
table 4 only has one column with date/time format, I add a new column equal to this one and convert it to date format.
however, I can not use dime date to filter this table, it doesnt work.
any idea to help?
Thanks in advance!
Solved! Go to Solution.
Hi @reynold522
What do you mean by "convert it into date format"?
you need to extract the DATEVALUE by creating a new column using DAX or transform the same column to date only using Power Query.
Hi @reynold522
What do you mean by "convert it into date format"?
you need to extract the DATEVALUE by creating a new column using DAX or transform the same column to date only using Power Query.
I did exactly as you suggested however, it didnt work at that time.
However, I realized that my data is realtime queueing data, that could be the problem.
I used sql create a new column in snowflake.
then it works.
However, still thanks for your reply.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |