Hi, please check that you are using the matrix visual, the columns in the matrix visual are measures and the same measure has been added to the tooltip page 'filter' section as the column that you want the tooltip to work for on the matrix visual.
@atasidas611322 күн бұрын
It will not work of the visuals have scoll in them right? Can u suggest any workaround
@datanewbies934716 күн бұрын
That is correct. This is an alternative to custom visuals. For custom visuals visit this link to see if there are bar charts that fit your criteria: appsource.microsoft.com/en-us/marketplace/apps?search=dual%20axis%20bar%20chart&page=1
@vishalkhirode60463 ай бұрын
Where AI should used here??
@datanewbies93473 ай бұрын
Sorry, this doesn't use AI. I've edited the title. Thanks :)
@neelbhosale85993 ай бұрын
What AI have u used here?
@datanewbies93473 ай бұрын
Sorry, this doesn't use AI. I've edited the title. Thanks :)
@jenniferhung12923 ай бұрын
I am trying to create a tooltip for one of my tables in a specific column but it is also affecting another table with the same column variable. How do I specify which table to use the tooltip for the specific column?
@datanewbies93473 ай бұрын
In the visualisation formatting pane you can turn off tooltips for the table where you don't want the tooltip to appear
@DheerajKumar-ym9ei5 ай бұрын
Hello I am trying to use custom tooltip but when i add that page as tooltip in my matrix visual tooltip is also showing at the total value row and my tooltip is character value. Is there any way that i can show tool tip till only the above row value. I have also tried to keep a transparent shape above the row value but these row value numbers increase and decrease as we select date from slicer. Please help me to resolve this issue. Thanks
@datanewbies93474 ай бұрын
The measure used for the custom tooltip can be edited so that it shows blank values for total rows. Please see this response on the Power BI forum community.fabric.microsoft.com/t5/Desktop/Omitting-tooltips-for-totals-and-subtotals/td-p/2363767.
@xxii20225 ай бұрын
Hello. I am trying to apply the tooltip to just one column in my matrix visual and followed your steps. However, the tooltip is applied across all columns instead of that one specific column. Where did I do wrong? Thank you
@xxii20225 ай бұрын
Hello again. I sorta figure out why but couldn't fully explain why. Hope you can help. I made sure my tooltip includes one measure and one field (my previous tooltip didn't include any measure). Dragged the measure field to the tooltip filter, and then it worked. From my observation, seems the measure is the key for this trick to work. Is it correct? Thank you
@datanewbies93475 ай бұрын
That is correct. The column measure in the matrix that you want to show tooltips for is the same measure that needs to be added to the tooltip page filters section. This is shown from 0:47 to 0:53 in the video where minimum profit is the column added to the filters section on the tooltip page and minimum profit is the same column in the matrix visual that the tooltip appears for. It needs to be the same measure in both instances for the tooltip to show for that particular measure.
@JatinHingorani-jm3hc5 ай бұрын
is that feasible for table visual column ?
@datanewbies93475 ай бұрын
This only works for the matrix visual at the moment
@prachiverma26906 ай бұрын
Hi… I am trying to get a tooltip for matrix row header and it’s a single value in the tooltip. The value is coming as the first value of that column. Can you please help
@datanewbies93476 ай бұрын
Hi, you can try to overlay transparent card visuals on top of the matrix row headers and add the tooltips to the card visuals. Something similar to what is shown in this video: kzbin.info/www/bejne/oWHGqIaPg72boas
@Sirigineedi_Navann7 ай бұрын
Really fantastic videos brother Iam loving it 😍😊
@datanewbies93476 ай бұрын
Thanks ✌️
@srinidhistiwari85078 ай бұрын
Bro please can we add voice too?
@pavankumar-sg8wt10 ай бұрын
How to make the Tool Tip for the entire Column(one specific)..
@datanewbies934710 ай бұрын
Hi, please see if this video answers your question: kzbin.info/www/bejne/h4XJaniqp8-ohs0
@vitorgheller4101 Жыл бұрын
Thank you :)
@MC-yv4xn Жыл бұрын
This works as long as the background is fixed
@martinng370 Жыл бұрын
You made my day! Thank you for helping me add value to my report!!!
@thanhnhannguyen6040 Жыл бұрын
Thank Admin DataNewbies.
@SRISHTI1392 жыл бұрын
How you have created the tooltip page
@datanewbies93472 жыл бұрын
Create a new tab in the Power BI file > go to the visualizations format page > expand the 'Page information' section and turn on the 'Allow use as tooltip' toggle. You can then adjust the size of the page in 'Canvas settings' and create your tooltip visuals as normal. This video shows how to create a tooltip page: kzbin.info/www/bejne/fmPWq2meepp3mck
@swapnilwankhede34403 жыл бұрын
This is what I was looking for but my files are large hence I cannot combine it. Could you please let me know how to upload multiple files into sql server table?
@datanewbies93473 жыл бұрын
If you would like to upload multiple files into multiple tables then you can begin the video from 1 minute and 30 seconds and the rest of the process will be the same. If you mean to upload multiple files into the same table then start the video from 1 minute and 30 seconds and when it gets to 2 minutes and 20 seconds, you will see the Destination column on the right side of the pop-up window. Here you can select the table that you would like the data to be uploaded to. You can select the same table for each file but the table needs to be created before you begin importing the data.
@voiceofpallavi47763 жыл бұрын
Hello, I'm getting error in this line (file=dir(folder............) how to solve this?
@datanewbies93473 жыл бұрын
Hi, are you working with .xls files? Check that your defined folder name follows the structure with a backward slash before the end quotation and no spaces between the quotation marks and the folder name e.g. Folder = "C:\Users\Username\Documents\Data/"