Forum Discussion
powerbiexpert22
Impactful Individual
10 months agoSlicer for report navigation
can it be possible in power bi to navigate to already existing different reports ( not page) based on slicer's value example let say i have slicer to choose between existing sales report and marketi...
- 10 months ago
You can use the following approach for that.
-
Create a small table with report names and their report URLs (Sales, Marketing, etc.).
-
Use this table in a slicer.
-
Create a measure that returns the selected report’s URL.
-
Place a card or table visual with that URL and enable “Open URL on click”.
-
mh2587
Super User
10 months agoYou can use the following approach for that.
-
Create a small table with report names and their report URLs (Sales, Marketing, etc.).
-
Use this table in a slicer.
-
Create a measure that returns the selected report’s URL.
-
Place a card or table visual with that URL and enable “Open URL on click”.