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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 57 | |
| 55 | |
| 42 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 113 | |
| 106 | |
| 39 | |
| 35 | |
| 26 |