Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello,
Was wondering whether anyone would be able to help.
I am looking to use a matrix to show dates for meetings across the year. When there is one meeting date across a month using a date column works ideally. as shown below:
The issue comes from if there are two dates in the same month. The data looks like this:
Column 1 & 2 are standard date columns and the third column is a custom column showing the ideal information to be shown.
is there any way of showing this data?
Solved! Go to Solution.
Hi @Chris_Leiper ,
If your dates are in different columns, I suggest you to UNPIVOT your table and then create a measure to show date.
Unpivoit>
Measure:
Combine = CONCATENATEX('Table','Table'[Value],"-")
Create a calculated table:
Calendar = ADDCOLUMNS(CALENDARAUTO(),"Year Month",YEAR([Date]) * 100 + MONTH([Date]),"Month Year",FORMAT([Date],"MMMM YYYY"))
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Chris_Leiper ,
If your dates are in different columns, I suggest you to UNPIVOT your table and then create a measure to show date.
Unpivoit>
Measure:
Combine = CONCATENATEX('Table','Table'[Value],"-")
Create a calculated table:
Calendar = ADDCOLUMNS(CALENDARAUTO(),"Year Month",YEAR([Date]) * 100 + MONTH([Date]),"Month Year",FORMAT([Date],"MMMM YYYY"))
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the reply. @v-rzhou-msft
Do you think it is possible to Format 22/06/2023-23/06/2023 to Thursday 22nd & Friday 23rd?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
126 | |
78 | |
78 | |
59 | |
51 |
User | Count |
---|---|
165 | |
83 | |
68 | |
68 | |
59 |