March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi, I have been stuck on this problem for a good 4 hours and need some help. I will do my best to explain it below with screenshots.
I have my relationships and use the createdon field from the profilestate table as my date for the x-axis of my graph. Everything appears to be working as intended here.
So next I want to be using the Date from the dimdate table because I have more visuals to build out that don't use createdon. So I create the relationship between Table ProfileState and Table Date with the createdon and date fields.
The problem is now when I go to the visual and use the Date field, it breaks and doesn't work. The dates appear to be blank.
Any help would be very appreciated, I have been stuck on this and can't seem to find an answer.
Thank you!
Solved! Go to Solution.
@nic88 , This means createdon has a timestamp and not visible because you have use date datatype in dax
Create a new column
Created Date = datevalue([createdon])
or
mark the column as date datatype in Power query
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...
@nic88 , This means createdon has a timestamp and not visible because you have use date datatype in dax
Create a new column
Created Date = datevalue([createdon])
or
mark the column as date datatype in Power query
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...
This worked! Thank you so much, my head was spinning.
User | Count |
---|---|
119 | |
77 | |
58 | |
52 | |
46 |
User | Count |
---|---|
171 | |
117 | |
63 | |
57 | |
51 |