Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi,
My team mate has developed a dashboard where there are side by side brand comparison. so, he has duplicated brand column. So, there are brand1 and brand2 columns which has exactly same values. The left side cards has values based on brand1 slicer and right side cards have values based on brand2 slicer.
The above image is the sample. Now the client wants the tool tip with the trend chart comparison on both the sides. For example, tool tip of 2M in brand1 should show the weekwise comparison of brand1 and brand2. The below mentioned in the sample table
week | Brand1 | Brand2 | Units Sold | Selling Price |
1 | B1 | B1 | 970 | $12 |
1 | B2 | B2 | 883 | $12 |
1 | B3 | B3 | 150 | $12 |
1 | B4 | B4 | 212 | $13 |
2 | B1 | B1 | 774 | $10 |
2 | B2 | B2 | 948 | $13 |
2 | B3 | B3 | 270 | $13 |
2 | B4 | B4 | 465 | $13 |
3 | B1 | B1 | 750 | $13 |
3 | B2 | B2 | 886 | $15 |
3 | B3 | B3 | 827 | $10 |
3 | B4 | B4 | 798 | $14 |
4 | B1 | B1 | 549 | $13 |
4 | B2 | B2 | 988 | $11 |
4 | B3 | B3 | 216 | $14 |
4 | B4 | B4 | 624 | $10 |
I am not getting any logic to do this. Could anyone please help me with the solution.
Hi, @Arunraj89
It seems that you need duplicate a new table first in query editor. Then create a relationship between tables.
After that, you can create tooltip page as below:
Make sure enable the option "Tooptip" . Take care not to use a page size that's too large—it can obscure the visuals on the source page.
Then you need to drag the tooltip fields to "tooltip pane" .
In the end ,you need to manually set a report tooltip for each card visual.
Please check the attached file for more details.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi , @Arunraj89
Not very clear .
Are there other tables in your model? Do the fields in the visual come from the same table?
From your sample data, I only find one list of units sold and selling price in the same table.Do they correspond to brand1 or brand2?
Best Regards,
Community Support Team _ Eason
Yes, the fields come from the same table. Actually, brand2 is the replica of brand1. you can leave out the column brand2.
Basically, I want to compare Selling price and Units Sold of any two brands side by side.
@Arunraj89 , Not Very clear. You can ger week on week comparison and create tooltip page but this will depend on what is there on visual
For Week on Week refer
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-La...
Tooltip -https://docs.microsoft.com/en-us/power-bi/desktop-tooltips
@Arunraj89 - Sorry, are you talking about in a tooltip page having some kind of chart? I am not clear on what the chart needs to look like. It it we me, I would have a single brand column and 2 disconnected brand tables that I would use for my slicers I think. I would have a measure for Brand1 and a measure for Brand2. You could then use your week as the axis and have the Brand1 and Brand2 measures in your Values and that would allow you to see both compared in a graph.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.