reports
6 TopicsMobile app not showing arrow characters
I have a few card visuals showing arrows in the reference labels, these are corect shown in Power BI Desktop (june 2024) and in the service. But in the mobile app (both in landscape as portrait mode) the arrows are not shown correct. In desktop and the service: in the mobile app: The used Font is Segoe UI Size 12 The used characters are: VAR UpArrow = UNICHAR(129137) VAR DownArrow = UNICHAR(129139) I hope this is enough info to solve the issue. Best regards, Twan VerdonschotSolved3.3KViews2likes5CommentsThe Parameter data segmentation does not work correctly in the Power BI mobile app.
In the report I use, data segmentation is done through parameters where the user can enter numerical sequences that are essential for the results displayed on the dashboard. However, in the mobile application, the parameters have simply stopped working today. The browser version, on the other hand, continues to function. Desktop version screenshots (working properly): Mobile version screenshot (not showing the parameter, just blank screen) This is how you can create a new parameter as data segmentation: Notes: - I am using the newest version of mobile app. - Already tried to republish the report a couple times. - It works well if you try using browser versions with your phone.1.7KViews0likes1CommentBUG: HTML code " " is displaying instead of blank values when n show as table on mobile app
Hi Community, Recently I found the following BUG on the mobile app. The HTML code: " " for blank/space is being displayed when the value is supposed to be "BLANK". The error happens when I use the "show as table" on pbi mobile app. On PBI desktop and service the values are showing as expected (not showing anything) but when the user opens the report using PBI mobile app and clicks on "show as table", instead of showing "" (nothing), the table is showing html code. To be clear: I'm not using any HTML as any source of data. The measures are simple ifs like: current year = VAR cumulative = CALCULATE( [measure] ,KEEPFILTERS( YEAR(fact_table[date]) = YEAR(TODAY())) ) RETURN IF( VALUES(Date_Dim[Day]) > [Max Current day] , BLANK() , cumulative ) Thank you in advance!3.3KViews0likes3CommentsMobile annotation share
Hello, today after annotating a report on my phone (Android) i clicked on share and accedintly chose SMS , and now the app goes to SMS by default whenever i click on share , i can't see the other options for sharing (Email, whatsapp, facebook ...erc) i tried re-installing the app but it's like it just hard coded the SMS for share Please help ThanksSolved1.5KViews0likes2CommentsReport Icons - new feature in the Jan 2017 release - does not appear to work
I have been trying to test the new feature where a report in the service display of all reports should display a special icon IF a Mobile Report view has been created in Desktop. Per the release notes, after running the update, I added MOBILE REPORT VIEWS to several different reports in Desktop and then published them to the service. I then displayed all of the reports in the list available in service "My Workspace" display. Expected - I would see several icons showing the Mobile Report special icon. None were displayed. - Repeated this test with several reports. Also carried out this test with a brand new report. In all cases, I would publish the report to the service but no matter what I did, the report icon did not appear.Solved1.5KViews0likes2Comments