Troubleshooting guide Sorry to hear you’re having a problem. We’re here to help!
On this page
⏩ Do you have a specific error code?
⚡ Find common errors ▶
đź“‹ Validate your FinOps hub deployment
This guide helps you troubleshoot issues with the FinOps Hubs, focusing on two main sections: Data Ingestion and Connecting to Your Data. Always start troubleshooting with the Data Ingestion section before moving on to Connecting to Your Data.
Step 1: Verify Cost Management export
- Go to Cost Management exports and make sure the export status is “Successful”.
- If it is not successful, ensure you have the Cost Management resource provider registered for the subscription where your hub is deployed.
Step 2: Verify Data Factory pipelines
- Go to Data Factory studio, then go to Monitor and make sure both pipelines are running.
- Compare the last run time with the time of the last cost export. They should be close.
- Open the Data Factory instance in Data Factory Studio and select Manage > Author > Triggers. Verify the
msexports_FileAdded
trigger is started. If not, start it. - If the trigger fails to start with a “resource provider is not registered” error, open the subscription in the Azure portal, then select Settings > Resource providers, select the Microsoft.EventGrid row, then select Register. Registration may take a few minutes.
- After registration completes, start the
msexports_FileAdded
trigger again. - After the trigger is started, re-run all connected Cost Management exports. Data should be fully ingested within 10-20 minutes.
- If the ingestion pipeline is not running and it is showing a
MappingColumnNameNotFoundInSourceFile
error message, verify the export is configured for FOCUS1.0-preview(v1)
and not1.0
.
Step 3: Verify storage account – msexports container
- The msexports container is where the Cost Management pushes “raw” export to. This container should not have CSV files as hubs transforms them into parquet files.
- If the you see CSV files in the msexports container, refer back to Verify Data Factory pipelines.
Step 4: Verify storage account – ingestion container
- The ingestion container is where clients, like Power BI, connect to pull data. This container should always have one or more parquet files for each month.
- If you don’t see any parquet files in the ingestion container, check for CSV files in the mseports container.
- If you find CSV files inside the msexports container, it means that Data Factory pipeline is not working. Refer back to Verify Data Factory pipelines..
- If there are no CSV files in the msexports container and no parquet files inside the ingestion container, it means the Cost Management export is not running properly. Refer back to Verify Cost Management export.
đź“‹ Validate your Power BI configuration
Step 1: Connect Power BI to storage
Decide whether you will connect to storage using a user or service principal account or using a storage account key (aka SAS token).
- Using a user or service principal account
- Ensure you have the Storage Blob Data Reader role explicitly to the account you will use. This permission is not inherited even if you have “Owner” or “Contributor” permissions.
- Using a SAS token
- Ensure you’ve set the following permissions for the token:
- Allowed services: Blob
- Allowed resource types: Container and Object
- Allowed permissions: Read and List
- Ensure you have also set a valid start and expiry date/time.
- Ensure you’ve set the following permissions for the token:
Step 2: Troubleshoot connection errors
- If you try to connect to your storage account and receive an error: “Access to the resource is forbidden”, it is very likely you are missing a few permissions. Refer back to Connect Power BI to storage to ensure you have the correct permissions.
- If you see an error about access being forbidden, review if the billing account that you are connecting to is correct. Power BI reports are provided with a sample billing account, and if you don’t change that to your own ID, you won’t be able to connect.
Step 3: Troubleshoot missing months of data
- If the Power BI report does not include entire months of data, confirm the date parameters in the Power BI report by checking Transform data > Edit parameters in the ribbon. See Set up your first report for details.
- Number of Months defines how many closed months (before the current month) will be shown in reports. Even if data is exported, data outside this range will not be shown. If defined, this parameter overrides others.
- RangeStart and **RangeEnd define an explicit date range of data to show in the reports. Anything before or after these dates will not be shown.
- If RangeStart is empty, all historical data before RangeEnd will be included.
- If RangeEnd is empty, all new data after RangeStart will be included.
- If all date parameters are empty, all available data will be included.