drill down
4 TopicsError con tooltips personalizados en power bi service
I'm reaching out for help to report an issue I've been experiencing for quite some time. When I configure a visual with a custom tooltip and publish it to the Power BI service, when I hover the cursor over the polygons (in an Icon Map), the tooltip appears and disappears instantly. This problem persists even when drilling down into a specific polygon. I should also mention that this issue occurs both in the Power BI service itself and when exporting the report to a public web link. Below is a 20-second GIF illustrating the problem. Note: It works perfectly in Power BI Desktop; the problem only occurs on the web. I hope you can help me with this.Solved1.3KViews0likes5CommentsLast week today - last year drill down to day results
Hei, I hope you can help me. I need to create a measure that brings data per day for Last week - last year. So far I've managed to bring data per week with this measure: LWTD LY := VAR CurrentWeek = MAX(Time[WeekNr]) VAR CurrentYear = MAX (Time[Year]) VAR PriorYear = IF(CurrentWeek =1, CurrentYear-1, CurrentYear) VAR PriorWeek = IF(CurrentWeek=1, CALCULATE( MAX(Time[WeekNr]),ALL(Time), Time[Year]=PriorYear),CurrentWeek-1) RETURN CALCULATE([Sales],ALL(Time), Time[Year]=PriorYear, Time[WeekNr]=PriorWeek) This gives me the following results where the totals of the week sums are correct. However what I need is to bring data per date, not only the total of the week. How can I achieve this?Solved804Views0likes1CommentDrill down and bookmark
Say I have population data in 2015 and 2020 of all the countries in the world. Now I build my bar chart which compares population in 2020 Vs Population in 2015. Since I want to do dive in more info , I created hierarchy such that continent, country and then cities are 3 levels. If user click drill down and select one contienent, it drilled to all countries in that continent and compare population of 2020 Vs 2015 in these countries. Similarly if a user click any country, it drilled down to all cities in this country and compare the population of 2015 vs 2020. So Continent ---> Country ---> Cities are 3 levels Now until now is pretty standard, what I want that if a user wants to go next level say from continent to country, a new set of visual or table displays. Similarly if user click to drill down to next level of cities, the old visuals hides and new set of visual displays. How can I do this ?? Please help as I totally stuck here and I am pretty new to PBI with no one arround me who has expertise in this area1.1KViews0likes1CommentRight Click Drill down Drill through not working On Google Chrome(Report server May 2019)
Hi All, I have Power BI report server May 2019 ,All the report and Functionalities were working as expected. Since Last few days we have noticed whicle using chrome Right click is not working on any of the reports. Using right click we are not able to Drill through or Drill dow. Som of the visuals are not getting loaded. All the reports are working as excted in IE. Any Pointers or resolutions to reslove this issue would be helpfull ThanksSolved2.6KViews0likes1Comment