RockandGrohl
Well-known Member
- Joined
- Aug 1, 2018
- Messages
- 801
- Office Version
- 365
- Platform
- Windows
Hi all.
I'm building an analytics dashboard but are basically a total novice at Power BI.
For sake of argument, let's say my Database is a list of supermarket food prices. Each row is a product that can be found in one or more supermarkets, like this:
I then have a second database which is an summary of all products, and the min and max of each price, like so:
This would be displayed on a line-graph, turned into a dumbbell or dot-plot chart, so you have the Min & the Max price on the Y axis, product on the X axis and then little error bars that connect them. This is the stage I'm at.
The users of this dashboard can then input a CSV of their shopping list which also has price quotations on it, and it would then filter the chart* to only show the range of products that are on the shopping list, and it puts the shopping list price quote on the dumbbell chart - this way, the user can look at the price quote and determine whether it's above, below, or within the price ranges that sit inside the database.
* Chart is currently unfiltered.
Is this possible, and is this a sensible way to do things? Would you use a different technique to allow users to compare quoted prices against a database of prices?
Thank you very much for your time!
I'm building an analytics dashboard but are basically a total novice at Power BI.
For sake of argument, let's say my Database is a list of supermarket food prices. Each row is a product that can be found in one or more supermarkets, like this:
Supermarket | Product | Cost |
Aldi | Apple | £1.00 |
Aldi | Banana | £0.80 |
Aldi | Cake | £4.00 |
Lidl | Cake | £3.50 |
Lidl | Pear | £0.50 |
Lidl | Apple | £1.10 |
I then have a second database which is an summary of all products, and the min and max of each price, like so:
Product | Min Price | Max Price |
Apple | £1.00 | £1.10 |
Banana | £0.80 | £0.80 |
Cake | £3.50 | £4.00 |
Pear | £0.50 | £0.50 |
This would be displayed on a line-graph, turned into a dumbbell or dot-plot chart, so you have the Min & the Max price on the Y axis, product on the X axis and then little error bars that connect them. This is the stage I'm at.
The users of this dashboard can then input a CSV of their shopping list which also has price quotations on it, and it would then filter the chart* to only show the range of products that are on the shopping list, and it puts the shopping list price quote on the dumbbell chart - this way, the user can look at the price quote and determine whether it's above, below, or within the price ranges that sit inside the database.
* Chart is currently unfiltered.
Is this possible, and is this a sensible way to do things? Would you use a different technique to allow users to compare quoted prices against a database of prices?
Thank you very much for your time!