User Profile
Giu
Frequent Visitor
Joined 3 years ago
User Widgets
Contributions
Issue with Scheduled Refresh of SQL Server Connection-gatway
Hi All, I have a gateway installed on an AWS server. I have multiple connections to MySQL databases, and they work correctly. I recently created a new connection to a SQL Server database using the following address: xx000.webserver.xx\MSSQLSERVER2019 When I manually refresh the semantic model on demand, everything works fine. However, when I schedule the refresh using the semantic model settings, generally the refresh fails. Sometimes, the scheduled refresh does go through, but it's rare. The error message is: Data source error: {"error":{"code":"DM_GWPipeline_Gateway_DataSourceAccessError","pbi.error":{"code":"DM_GWPipeline_Gateway_DataSourceAccessError","parameters":{},"details":[],"exceptionCulprit":1}}} Table: Table_aaa Any help or suggestions would be appreciated. Best regards, GiuseppeSolved1.5KViews0likes4CommentsRe: Semantic Model with direct query permissions
Hi v-pnaroju-msft, This is exactly what I have done. My concerns are: We do not want to refresh different semantic models at different times. To build a new report from semantic model B, I need to grant the Build permission on the main semantic model. However, based on the documentation, it seems that Read permission alone should be sufficient: https://learn.microsoft.com/en-us/power-bi/connect-data/service-datasets-permissions Thanks Kind Regads Giuseppe2KViews0likes1CommentSemantic Model with direct query permissions
Hi all, I need to share some tables from our semantic model with another department. To achieve this, I created a new semantic model (B) using a direct query on the primary semantic model (A). I published semantic model B in a new, dedicated workspace. Everything works fine for me as an administrator. In the dedicated workspace containing semantic model B, I added colleagues from the other department as members. I also granted them "Read" access to semantic model A, but when they try to connect to the model, they encountered the following error message: "protocol":"analysis-services","address":{"server":"powerbi://api.powerbi.com/v1.0/myorg/wsA","database":"[PROD] Semantic A"},"authentication":null,"query":null. To resolve this, I gave them "Build" permissions on semantic model A as well, and it worked. However, I don’t want to give the other department full visibility of the main semantic model A. Does anyone have suggestions for how to configure permissions to achieve this? Thanks in advance, GiuseppeSolved2KViews0likes7CommentsDrill Throught problem on measures previous years
HI All, I have this report with on the top a date filter blocked on this Year with a slicer. Then I have this table : FULL 2022 FULL 2023 YTD 2023 YTD 2024 Product A 100 120 80 85 Product B 110 130 100 95 With those dax measures: FULL 20222= CALCULATE(sum([Revenues]),DATESBETWEEN ( Calendar_DAX[Date], DATE(2022, 1, 1), DATE(2022, 12, 31))) FULL 20223= CALCULATE(sum([Revenues]),DATESBETWEEN ( Calendar_DAX[Date], DATE(2023, 1, 1), DATE(2023, 12, 31))) YTD 2023= CALCULATE(SUM(Revenues),SAMEPERIODLASTYEAR(Calendar_DAX[Date])) YTD 2024= SUM(Revenues) (there is the filter on the current year on the top) Now Drill Throught works correcty for 2024, but not for other periods. Could you suggest me a solution, please? Thanks in advance Giuseppe692Views0likes4CommentsDIvide in a table in a row
HI All, I have a table in PBI like this - TYPE is a dimension in another table related to the main table - Gross Margin is the total - Amount is a measure into the main table - LY is a DAX field formula calculate as sum of Amount SAMEPERIODLASTYEAR(Calendar_DAX[Date]) I want to add another row with % divide cost\revenues like this Any idea wich is the simpliest solution,please? ThanksSolved343Views0likes1CommentSchedule refresh failed with Table.Combine
Hi all, I have created a new table using the function =Table.Combine({BI_fact_aaa_deals, BI_fact_bbb}) The 2 tables are from the same datasource and they have the same fields. I don't want to do a union all in sql statment beacouse the original views are used also for other direct queries If I remove the refresh flag on power query table properties it works correctly but data into reports are not updates Can you help me,please? ThanksSolved900Views0likes1CommentModelling double fact tables -Star schema
HI all, I have a question about the schema below . I want to create a report starting and filtering from one or more "agreements" I'd like to include into the same report a matrix with events for type for each person included in the selected agreements. Relations: - agreements - person many to many - person - events many to many - No relations agreements - events Constraints: - No double filter direction - No Dax code Any idea how to do it ? Thanks Giuseppe317Views0likes0Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.