Forum Discussion
Power BI Embedded visual fails with HTTP 403 when using custom DAX measures
- 1 year ago
Hi mpatino123 ,
Even if a table is hidden or not directly visible in a report, Power BI still requires it to be listed in the effectiveIdentity. tables array if a DAX measure refers to it, whether directly, through a relationship, or via another measure. If it’s missing, your visual will show a 403 error.
1. Use tools like DAX Studio or Tabular Editor to check which tables your measures depend on.
2. Ensure the embed token includes every referenced table, even hidden ones or those in filtered relationships.
3. It's not about what's visible on screen it’s about whether the token recognizes the table.
Key points to remember.
1. Hidden tables or columns must be included in the embed token if your DAX measures use them.
2. If a required table is missing from the embed token, Power BI won’t explain the error properly. it will just throw a generic 403 error, which usually means data access was denied, not a calculation mistake.
Thank you for your response tharunkumarRTK .
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
Hi mpatino123 ,
We noticed we haven't received a response from you yet, so we wanted to follow up and ensure the solution we provided addressed your issue. If you require any further assistance or have additional questions, please let us know.
Your feedback is valuable to us, and we look forward to hearing from you soon.