The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
This question has been asked severally, but I have tried all solutions and have yet to get a breakthrough.
I have a date table with a column as follows.
The date column is a date data type with no Time values
The code for the Date table is as follows:
Complete Date = ADDCOLUMNS(
CALENDAR(MIN(ProjectsWIPReportFromApril2020[date_completed]), MAX(ProjectsWIPReportFromApril2020[date_completed])),
"Year", YEAR([Date]),
"Month Year Num", CONCATENATE(YEAR([Date]), FORMAT([Date],"MMM")),
"Month Num", Month([Date]),
"Month", FORMAT([Date], "MMM"),
"Quarter Num",FORMAT([Date], "Q"),
"Quarter", CONCATENATE("Q",FORMAT([Date], "Q")),
"Day", FORMAT([Date],"D"),
"Week", CONCATENATE("Week ",FORMAT([Date], "WW"))
)
I am connecting to a table column that is a date column in One to many relationships and Single. I have tried BOth Relationships as well and it's not working either.
The data type of the column connecting to the date table is the date
What ami doing wrong?
Hi @Datagulf
Select your Date Table and Mark it (Table Tools Tab) so Power BI can recognize it
Did it work ? 👍 A kudos would be appreciated 📢 Mark it as a solution to help spreading knowledge
If the issue keeps occuring, can you share a screen shot of the relation between tables and what you display in your visual. that would help more?
Did it work ? 👍 A kudos would be appreciated 📢 Mark it as a solution to help spreading knowledge
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
108 | |
82 | |
77 | |
46 | |
39 |
User | Count |
---|---|
137 | |
108 | |
69 | |
64 | |
53 |