multiple
3 TopicsDynamic filtering in reports published to SharePoint
I have a published report with several pages that I want to use in Sharepoint. On teh PowerBI desktop, I use a filter that applies to all pages to select a single customer for the presentation of the report to the Sharepoint page using the PowerBI WebPart. I want to create multiple SharePoint pages on the same SharePoint site, each with a different customer filterred. I also need to lock the filters once set so that users cannot change the customer being viewed on a SharePoint page. Is that possible?Solved2.9KViews0likes4CommentsMultiple slicers multiple selection not summing to the correct value
Hi, I have 2 different slicers each having different products; say Slicer 1 has 3 products-A, B, C, and Slicer 2 has 3 products-D, E, F. When I am selecting All values from both slicers it's giving me a correct cumulative added value in the card. But if I select any 1 or more values (but not all), the card value gets adjusted only to one slicer and doesn't give value summing up the selected values of both the slicer. Can someone please help me with this? calculate('Metrics'[Revenue], filter('Product',Product'[Product X]in {"A","B","C","D","E","F"}),FILTER('Calender','Calendar'[Quarter] in {2020Q1,2020Q2})) . This is my table: A 10 B 20 C 5 D 5 E 25 F 35 This gives correct no. in the card 100 100 Slicer 1 Slicer 2 All All This gives wrong value, it should give 110, instead, it's giving only 10 10 Slicer 1 Slicer 2 A All674Views0likes0CommentsRepeat Visuals Per Employee in Report
Is there away to repeat the same visualizations per employee in Power BI report? As an example, when the end user selects a department from a slicer, the employee list would change, but each employee would have the same set of 5 or so visualizations. Has anyone accomplished this if so how?1.8KViews0likes1Comment