Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I have three brands (A, B and C). For each one of them, I have a different API query which gets me a JSON file with a bunch of brand data (the API calls are the same, with one of the parameters being brand ID thus varying)
I have a report with visualizations which could be used to display information for any brand.
Currently I have three pages with exactly the same visualizations, one for each brand. This makes it annoying to modify the report (each change has to be replicated thrice). I'd like to have a single page, and be able to filter by brand to choose what to show.
I guess I need a custom table which combines data from the three JSONs. But the data I get from each JSON is not one-dimensional (for example, each brand has a table with customers on the rows and customer data on the columns).
Is there some way to toggle between brands, that is, to easily select which of the three JSONs I want to exctract data from?
Thanks a lot
Solved! Go to Solution.
Hi @jatpola
When you combine the 3 JSON queries into a single table add a column that identifies which rows belong to which query. You can use that column to switch between data in your report.
Please supply some sample data from each query.
Thanks
Phil
Proud to be a Super User!
Hi @jatpola
When you combine the 3 JSON queries into a single table add a column that identifies which rows belong to which query. You can use that column to switch between data in your report.
Please supply some sample data from each query.
Thanks
Phil
Proud to be a Super User!
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 53 | |
| 42 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 123 | |
| 104 | |
| 44 | |
| 32 | |
| 24 |