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 Team,
I have month slicer which has list of values from Jan to Dec.
I have column which has names and 12 different columns as below :
When i select month in slicer i need to apply filter on specific month solumn which ha "Y"
As an example if i select January in slicer
I need to filter the table as below for January column
Same for Feb and other months.
Unpivoting the month columns fixes the issue but i dnt want that as my row count is in crores.
Can i filter on the existing table or can i create a new table (Summarised table like that) which has only the selected month filtered with Y on that selected month.
I have tried the below to get the selected month:
@Shivayogi123 , Calculatetable will not take the slicer value.
I think field parameters can help
https://amitchandak.medium.com/field-parameters-conditional-formatting-517aacc23fdf