sql-bi / Bravo

Bravo for Power BI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAX Formatting error 103

paulrosedigital opened this issue · comments

Describe the problem

Error 103: The requested update conflicts with the current state of the target resource.

Bravo version

1.0.5 (1.0.8623.25801)

Tabular model

Power BI Desktop, import mode

Power BI

Power BI desktop Version: 2.118.828.0 64-bit (June 2023)

Steps to reproduce the behavior

Trying to format dax

Additional context

No response

Screenshots

No response

Anything else ?

Trace Id: 00-3da204d2e3baf83b6ce3e916dbf11022-e6785d14accacefa-00

Hi @paulrosedigital, the message indicates that Bravo could not apply the changes (update the DAX code) because the database was changed/updated while the format operation was in progress. Bravo uses an optimistic approach to concurrency to check whether the database has been modified before taking action to update the DAX code.

In this case, synchronizing the database using the button highlighted in the image should solve the issue.
image

If you’re still seeing issues, please feel free to post back here and we can reopen it.