analysis server
3 TopicsRead only permission to See different tables and Measure defination SSAS
Dear Team, Need your advice . I have a SSAS Server , now that server has many tables , Relationships and Measure . . I want to give access to another person as read only view of all the measures defination P1 (dax code) ,tables relationships, i have provided read permission but person is seeing neither the model nor the tables or the measures . Please guide me what steps i need to take in order to give Read view of all the measures present in the Analysis services server. I don't want to give Admin rights as he is a new resources at same time user needs to view the measures defination for analysis Also same problem in Power bi , he can connect to power bi SSAS cube but when he clicks on the measure within power bi , he can't see the measure defination. Please advice on this Reference : but its not working for me https://learn.microsoft.com/en-us/analysis-services/tabular-models/roles-ssas-tabular?view=asallproducts-allversionsSolved814Views0likes2CommentsTMSL Alter Column Description
I am a noob in TMSL and I need your help. I am trying to add a description to the column in Power BI Services with a command: { "alter ": { "object": { "database": "dataset_test", "table": "005_SHIP_TO_LOCATIONS", "column":"CREATION_DATE" }, "column": { "name": "CREATION_DATE", "description":"This is the new description" } } } The error I get is: Unrecognized command: alter . Check path '['alter ']', line 2, position 13. Could you help me to make it work? This is Power BI Premium and I TMSL works for table name modification, but I can't figure out how to change the column description.1.2KViews0likes1CommentTrying to Calculate Standard Deviation
Hello All, I am trying to calculate standard deviation and most of what I have found on the internet is based on columns in a table and I am struggling with how to write a DAX formula for use with an analysis server where the data pulls from. I have used this link as a basis and have made some strides in calculating the SUM and the Avg. In the screenshot below I have the table in which I selected a range of weeks and Repeat Dispatches in whcih I am trying to plot standard deviation for. For SUM I used the formula: *RDR SUM = CALCULATE(SUMX(VALUES('Dim - Calendar'[Fiscal Week]),([Repeat Dispatch 7 day Numerator]/[Repeat Dispatch Denominator])), ALLSELECTED('Dim - Calendar'[Fiscal Week])) For Avg I used the formula: *RDR Avg = CALCULATE(DIVIDE([Repeat Dispatch 7 day Numerator],[Repeat Dispatch Denominator]), ALLSELECTED('Dim - Calendar')) For Standard deviation I cannot quite find how to use the previous calculations to find standard deviation which should be .0266 based on the calculations I found with an online calculator. Any help would be appreciated. DaveSolved2.5KViews0likes5Comments