This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi all,
I'm trying to a build a PowerBI dashboard that looks two identical but reports for two products (cannot be combined) using the same visuals.
E.g. - a bar graph and line that looks at sales in different regions. However you'd have to select 'product A/product B' and this would then be applied to all subsequent visuals on different pages. I'd need the data source in the graph to change depending on the selected product.
In excel I would have done an if function that would tell excel which tab to pull the data from depending on the category selected. I'm struggling to work out the equivalent function in PowerBI.
All help is appreciated.
Thank you!
Solved! Go to Solution.
You can use SELECTEDVALUE Function to make the Slicer/Check box value get invoked.
Selection = SELECTEDVALUE(Table[Column])
Based on this You can create Report and Create Slicer showing the Product A and Product B
The moment you Select Product A , you will see the report which shows only the result of Product A and vice a Versa
Try and let me know
Proud to be a Super User!
You can use SELECTEDVALUE Function to make the Slicer/Check box value get invoked.
Selection = SELECTEDVALUE(Table[Column])
Based on this You can create Report and Create Slicer showing the Product A and Product B
The moment you Select Product A , you will see the report which shows only the result of Product A and vice a Versa
Try and let me know
Proud to be a Super User!
Yes, that's the function I was looking for thank you!
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 31 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 74 | |
| 61 | |
| 31 | |
| 31 | |
| 23 |