Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hello, I have a slicer for the diferente brands that we sell. The BRANDS are in the PRODUCT Table.
But in my report I only want that my slicer to show the BRANDS that had sales, sales are in the SALES table.
Can you help me? Thanks
Solved! Go to Solution.
There are options based on the structure of the data. Assuming there is a relationship between the Brand table and the Sales table, you can try the following to use as a filter for the slicer in the filter pane setting the value to greater than or equal to 1:
Filter slicer 1 = COUNTROWS(RELATEDTABLE(Sales Table))
Filter Slicer 2 = COUNTROWS(FILTER(Sales, NOT(ISBLANK([Sum Sales]))))
Proud to be a Super User!
Paul on Linkedin.
There are options based on the structure of the data. Assuming there is a relationship between the Brand table and the Sales table, you can try the following to use as a filter for the slicer in the filter pane setting the value to greater than or equal to 1:
Filter slicer 1 = COUNTROWS(RELATEDTABLE(Sales Table))
Filter Slicer 2 = COUNTROWS(FILTER(Sales, NOT(ISBLANK([Sum Sales]))))
Proud to be a Super User!
Paul on Linkedin.
It WORK!!
Thanks so much!
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.