Forum Discussion
not updating values in tooltip
- 4 months ago
Hi khadijabl2000,
Based on our understanding, the issue may be caused by the current data model structure or by filter context propagation, rather than by the DAX logic.
For further analysis, could you please share either a simplified or sanitized PBIX file. Alternatively, please provide the data model diagram in the Relationships view, the matrix configuration with rows, columns and values, the Valeur Analyse measure, along with a small sample dataset for all tables and the expected output after hiding all sensitive information.
Thank you.
Hi khadijabl2000,
Thank you for your update and for confirming that the earlier solution resolved the issues related to the empty cell and context.
Based on our understanding, when hovering over 3.06 shows 3.14, the reason might be that the Valeur Analyse measure is currently aggregating across multiple result tables without being restricted to the active column context. As a result, Power BI may evaluate all three tables together and return the first non-blank value, which often comes from another table or element rather than the hovered one.
One possible approach might be to consolidate the three result tables into a single fact table with a source or element column. This simplification of the model would avoid ambiguity and ensure that the tooltip always reflects the correct hovered value.
We hope this information helps resolve the issue. Should you have any further queries, kindly feel free to contact the Microsoft Fabric community.
Thank you.
Hi,
I tried this solution and it also didn't work. I transfomed the tree tables into one table the same way in the file you sent but still gaves the same results.