I am failing to make bookmarks work in my Power BI model. Basically I have three charts namely Fixed Format, Measure Comparison and Actuals by Business Unit which I need to visualize on the first report page through the use of bookmarks.
I have attached the PBIX file through a link.
Power BI Desktop File
Kindly assist with troubleshooting the problem and advise accordingly.
Best regards
Note: Never share your original data. You may affected by GDPR.
Please check the attached report file from the link. I have implemented the Bookmarks for you as per my understanding.
Report File Here
Related
So here is my problem:
For my job we use a lot of paper. We essentially conduct an inspection of the facility, fill out all this paper then take it back to the office and type up a report. I'd like to streamline this a bit so that when I am out on the job I can check a box if there is a violation found at the facility, I can check a box. At the end, I can click a "generate report" button in the app and it will spit out a report in the format needed listing the cited piece of code and then a notes section where I can just manually type in the specifics of the code violation found. Then I can print the report for the client and hand it to them.
Seems like this could be done in Power Apps but is there maybe a better solution to this? Could I do it in shudders Excel?
Obviously I am not expecting a step by step instruction, but if anyone has any ideas on where I should poke around in Power Apps, other softwares I could be using, or a decent tutorial for such a project I would appreciate it!
Thank you
I have been exploring Azure Form Recognizer for one of my project where we wants to perform OCR on some hand written texts.
The problem is that when we give scanned images to the tool to process, it some time doesn't even recognize the text written on it (even if it is clearly written). I tried multiple type of images by performing enhancement on it and also the B/W or colored copy of it but it doesn't works.
Some times it recognize value of two fields as one and this leads to incorrect data where one field is completely blank and other is having value of other one along with its own.
When there is NO VALUE in the tagged field in the testing data, it try to read the from some other place which is not even closer to that field or sometimes un-tagged
Could you please help with these queries.
Thanks in advance.
Can you please share also sample forms please make sure data is anonymized and without any real data ?
Please contact customer service to debug this issue.
Thanks,
Neta - MSFT
I am quite new to Power BI and don't have much knowledge about it. I got the requirement to develop a report exactly as it is in the legacy system. The report has integrated bullet charts in a table and a custom collection of dimensions / facts.
Here's a screenshot:
Would it be possible to come up with a Power BI solution for that report which resembles the original more than 90%?
My current report tool doesn't support bullet charts at all (hence I am trying Power BI). However with Power BI it seems that you cannot integrate visuals like bullet charts (tried https://okviz.com/bullet-chart/) into a table.
It would be helping if you could choose one of these answers:
Yes, that's exactly what Power BI was made for and you can get it
from mostly standard functionality within the tool.
Yes, that's possible but you have to use some creative ways to come
up with a solution.
No, visuals, and tabular data are always two separate things in Power
BI
I think you can get duplicate the functionality pretty well, even if the exact formatting is a bit different.
Microsoft does have a Bullet Chart Visual that you can easily add to the out-of-the-box visualizations in Power BI using the Import a custom visual button. Here's a screenshot from the page I linked:
You can use the OKViz one you linked just as easily.
Whether you can get formatting that "resembles the original more than 90%" is unclear. I don't know how much of the style is required to match or how closely.
I decided to use Drupal for a project. I am having some difficulties so please kindly help me.
I want to generate a table containing different calculations.
I want to generate a chart using the data from the table. If possible.
I tried before with view aggregation but no luck so far
I can't use google chart . Machine don't have access to internet.
Please see the attached image for info
Using Charts in combination with Highcharts is for sure an option that does not require an internet connection. However you'd have to check The license terms to see if you qualify for a free license (at no Cost). Refer to Steps to create charts using the views UI for step by step instructions.
There are some other modules available also, which also facilitate the creation of charts, and which might be considered as a possible alternative to the charts module. Checkout the Comparison of charting modules I creatief, for more details about them.
I am looking for a reporting platform for our asp.net application, which will allow the report to be exported in excel (for tabular data), or PDF/Word (for document reports like Invoice prints).
Are there any standard options available?
I tried Rdlc, but it does not seem to help in the second case (at least I dint see a way, if you can please enlighten me :) ).
Currently we are using Interop for excel export (I know its not recommended for asp.net, we are planning to switch soon), use rtf templates for word reports (which also makes them somewhat customizable) and we dont have pdf export (planning to build it). But it seems like a waste of effort if standard controls are already available!
Cheaper the better! Free rocks!!
What's the issue with Rdlc? You can create any kind of format into it. For invoice prints etc you can use list data region. Its used for free flow kind of stuff. Its like ASP.NET repeater. In your case, you will have only one row of data.
Edit: even Crystal reports has equivalent functionality. As said, you will have only one row of data for invoices etc.
In both Crystal & RDLC, you can even supply multiple rows of data to your free flow report and generate multiple invoices in one go. Can be very helpful feature for users.