Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I have created a date filed to use that a master slicer, however for some reason the date field does not seem to be aligned.
Any help is really apprecited 🙂
Not aligned
Date properties
Date properties1
Solved! Go to Solution.
Hello All,
I managed to get it sorted, the reason why it was not aligning was, there was a time stamp in the dates for one and the otherone was showing 00:00:00 instead of actual hh:mm:ss. I forced it to be date, instead of Date/Time and was able to do the user relations perfectly.
Thanks a lot for all your support 🙂
hi @JCK2
In the first picture, [NC Date Opened] and [Date] are two columns, how do you keep them aligning?
Regards,
Lin
Hello All,
I managed to get it sorted, the reason why it was not aligning was, there was a time stamp in the dates for one and the otherone was showing 00:00:00 instead of actual hh:mm:ss. I forced it to be date, instead of Date/Time and was able to do the user relations perfectly.
Thanks a lot for all your support 🙂
If you all dates are in DD/MM/YYYY format then use this setting
https://www.burningsuit.co.uk/blog/2019/04/7-secrets-of-the-matrix-visual/
or you can create new column to convert it into mm/dd/yyyy format
mid(DD__MM__YY[Date],4,2) &"/"& left(DD__MM__YY[Date],2) & "/" & right(DD__MM__YY[Date],4
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 48 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 85 | |
| 70 | |
| 38 | |
| 28 | |
| 25 |