The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I am a new into the power bi. Is it possible to remove columns or hide data from the columns based on the date slicer monthly. I have table contains weekly timesheet records.
TimesheetNumber | Startdate| EndDate| Mon | Tue | Wed | Thu| Fri
1 1/28/2019 2/1/2019 8 8 8 8 8
2 2/4/2019 2/8/2019 8 8 8 8 8
3 2/11/2019 2/15/2019 8 8 8 8 8
4 2/18/2019 2/22/2019 8 8 8 8 8
5 2/25/2019 3/1/2019 8 8 8 8 8
I have a date monthly slicer if i select February 2/1/2019 - 2/28/2017. I want to exclude the other months days. Could you please advise.
Thanks
Vinoth
Solved! Go to Solution.
@Anonymous ,
You may try Unpivot Columns in Query Editor and take a look at this post.
@Anonymous ,
You may try Unpivot Columns in Query Editor and take a look at this post.
Thank you very much.