evaluation
5 TopicsChanging developer to evaluation license
I am trying to change the developer edition to the evaluation edition. Nothing is technically in production and all is still development within my internship project. But i would like to have the possibility open to change it to an evaluation when data will be used because from my understanding there are 180 days of evaluation where the PBRIS can be used for production, after that a license needs to be bought. Is this correct? this is currently the scenario, where the next button is grey. ty in advance.Solved1.3KViews0likes1CommentEvaluate all results for specific patient
Hi All I have a list of patients and their various blood test results. Below is dummy data to futher explain what I need to evaluate. Name Measure Type Date Taken Result Measure Confilcts Jason Moor HbA1c 2018/06/13 10.3 Proximity Conflict Jason Moor HbA1c 2018/05/13 10.1 Proximity Conflict Jason Moor HbA1c 2019/10/13 7.6 David Mason HbA1c 2017/11/03 6.9 Proximity Conflict David Mason HbA1c 2019/12/01 6.6 David Mason HbA1c 2017/10/03 8.6 Proximity Conflict I need a dax function that will evaluate HbA1c results for a patient and flag any results that were taken within 2 months of each other as Proximity Conflict. In the table above, Jason Moor has 3 results, 2 of which are taken within a month of each other. I need to flag both of them as Proximity Conflicts because of this. I tried using the below calculated column: Measure Conflicts = SWITCH( TRUE(), 'Measure'[Measure Type] = "HbA1c" && 'Measure'[Date] <= 'Measure'[HbA1c DateAdd]*, "Proximity Conflict (A1c)") *'Measure{HbA1c DateAdd] = IF('Measure'[Measure Type] = "HbA1c", DATE(YEAR('Measure'[OccurrenceDate]),MONTH('Measure'[OccurrenceDate])+2 ,DAY('Measure'[OccurrenceDate]))) What this calculated column does is evaluate only the row. I need it to evaluate all results for the measure type of HbA1c for the specific patient. Please help.989Views0likes2Comments180 days evaluation copy has expired - help with licensing PowerBI Report Server
Till today we used PowerBI Report Server evaluation version for 180 days. Suddenly it stops working, without any errors, but when I checked the .log files I realized that the license had expired. Now we have 2 options: To use PowerBI Desktop version for the reports; To buy e license key. Question 1: In our company only few people use PowerBI - 2-3 viewers and only me - creator and manager of the reports. Can you advise me what to do with the licensing, how does it cost for our situation and what are the steps? Question 2: Is it possible to restore the .pbix files (reports) from the server, are they located somewhere and how to restore it?Solved18KViews1like4CommentsCan't get off Evaluation Version
So, we have an issue with not being able to connect to the report portal. We get "connection refused." We realized that we are still running on "Evaluation Version." This may be causing the issue??? When we attempt to enter our License key, it seems to take it but then the version still says evalution. We've tried running the installer and using "upgrade" and "repair." We've also tried changing to "developer edition" to see if that would work, but it just still tells us we are running evaluation. Any ideas on how we get past this?1.3KViews0likes1Comment