PowerBI: Remove Semantic Model

In the workspace there is a semantic model called “Province Population”. The report for this semantic model has been deleted.

When I try to delete the model, I got the following error message.

I need to unpublished app in the workspace on the PowerBI service.

Then I can delete the semantic model from the workspace.

Once the app is unpublished the “Create app” menu also shows.

SAS Enterprise Guide Error

I got the following error when opening the SAS Enterprise Guide 7.1 (64 bit).

‘.’, hexadecimal value 0x00, is an invalid character. Line 1, position 1.

I found the following related post on the SAS community website, https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-launching-SAS-EG-7-1/td-p/403943 with reference to the SAS knowledge base https://sas.service-now.com/csm?id=kb_article_view&sysparm_article=KB0036279. Here is the solution proposed in the knowledge base.

Workaround

To resolve the issue, follow these steps:

  • Close all sessions of SAS Enterprise Guide.
  • Navigate to C:\users\user-ID\AppData\Roaming\SAS\EnterpriseGuide.
  • Rename the X.X folder to X.X_OLD, where X.X is the release number of SAS Enterprise Guide.
  • Reopen SAS Enterprise Guide. You should see that a new X.X folder has been created, and the issue should be resolved.

The solution worked as of November 2024.

Pass value of Marco Variable to Remote Session

Value of macro variable id has been assigned in the local session. The macro variable is required for the remote session. Use %syslput to assign the value to the local macro variable to the sever session (remote).

Reference: https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/connref/n1bc4zi0lp02ivn1oxn9gc1bsaha.htm

%syslput: Creates a single macro variable in the server session or copies a specified group of macro variables to the server session.

%put &id;
%syslput id=&id;
rsubmit;
%put &id;

ODS html error: path not a directory

Code:

ods listing close;
ods html file="X:\Work\UG_AWARD\Validate\2223awards_oldcode.xls" style=journal;
proc tabulate data=hist.awards2223_sas missing f=dollar11. noseps;
class prog_fac level source level2 category awardname;
var awardamt;
tables level,source*level2*category all,awardamt=' ' / rts=40 indent=3 misstext='$0';
tables level,source*level2*category all,(prog_fac='Home Faculty' all)*awardamt=' ' / rts=40 indent=3 misstext='$0';
*tables level,source*level2*category*(awardname all) all,(prog_fac='Home Faculty' all)*awardamt=' ' / rts=40 indent=3 misstext='$0';
keylabel sum=' ';
run;

Error:

ERROR: A component of C:\Users\username\AppData\Local\Temp\SAS Temporary
       Files\computer_name\X:\Work\UG_AWARD\Validate\2223awards_oldcode.xls is not a directory.
ERROR: No body file. HTML output will not be created.

Reference:

SAS Support Usage Note 61280: The ODS HTML statement generates errors in the SASĀ® 9.4 TS1M5 windowing environment when the FILE= option includes a fully qualified path

Fix:

  • Tools>Options>Preferences…>Results
  • Uncheck “Use WORK folder”

Cause: The problem occurs because the “Use WORK folder” option is set as the default in the SAS registry and preferences. This causes the WORK folder to be prefixed to the path that is specified with the FILE= option. Separating the File and Path options can also fix the problem

Statistics Canada Higher Education Data

A. Academic Faculty

Statistics on full-time academic teaching staff at Canadian universities: Interactive tool

Student Pathway

Persistence and graduation of postsecondary students aged 15 to 19 years in Canada: Interactive tool

Labour Market Outcome

Labour market outcomes for college and university graduates: Interactive tool

Education Indicator

Education Indicators in Canada: Handbook for the Report of the Pan-Canadian Education Indicators Program, March 2023

Education Indicators in Canada: Report of the Pan-Canadian Education Indicators Program

World Economic Forum Transformation Map

https://intelligence.weforum.org/topics/a1Gb0000000pTDREA2