Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I have a table "Monthly Sales" that has the Sales Reps in rows and Months as Columns.
I need to calculate the current selected month sales amount per sales rep based on this data. The issue I am faced with is how do I tell Power Query that the columns are dates so I can write a measure to look for current selected month.
EX: If I selected a date of 10/20/2021 I would want to see the October amount for Nick and Hatcher.
Solved! Go to Solution.
Hi @Anonymous ,
1.As @AlexisOlson suggested, please click the Name column --> Select Unpivot other columns:
2. Create a date table, build relationships based on Month column. (I have renamed the Attribute column to Month)
ForSlicer = ADDCOLUMNS( CALENDAR(DATE(2021,1,1),DATE(2021,12,31)),"Month", FORMAT([Date],"mmmm"))
Output:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
1.As @AlexisOlson suggested, please click the Name column --> Select Unpivot other columns:
2. Create a date table, build relationships based on Month column. (I have renamed the Attribute column to Month)
ForSlicer = ADDCOLUMNS( CALENDAR(DATE(2021,1,1),DATE(2021,12,31)),"Month", FORMAT([Date],"mmmm"))
Output:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Unpivot the month columns to make the data easier to work with.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |