Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I would to create a summary table using SUMMARIZECOLUMNS with filter based on selected date of a date slicer.
I created a measure (Selected End Date) for getting the MAX date of selected date range.
Selected End Date = CALCULATE(MAX('Disconnected Date'[Date]), ALLSELECTED('Disconnected Date'[Date]))
I seem to be able to get the Selected End Date to display correctly in a tile.
But the Selected End Date value seems to be incorrect when I am using it in the filter for SUMMARIZECOLUMNS query.
My base table is Machine table which has a history log of a machine inspection dates.
I want to create a Machine Summary table to select rows from Machine table which Inspection Dates are included the selected range of Date Slicer.
All tables are not joined.
Can someone help to solve the problem of not able to get the correct Selected End Date measure in the formula for creating SUMMARIZECOLUMNS?
Thanks!
Solved! Go to Solution.
Hi @harting ,
The ‘Machine Summary’ table is a calculated table, and its values do not change with the slicer dynamically.
Try to create a measure like this and add it to the table visual.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @harting ,
The ‘Machine Summary’ table is a calculated table, and its values do not change with the slicer dynamically.
Try to create a measure like this and add it to the table visual.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Lionel,
Thanks for your help!
Harry
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.