Forum Discussion
Cannot add dynamic values into text box
- Anonymous2 years ago
Hi all,
I have now solved and hope this can help others. The problem is related to my report that had both dataset and visuals in the same PBIX file. Originally t was split in two separate PBIX (Dataset and report) that I later merged into a single PBIX. In this way the textbox visual couldn't see the columns and the measures of my model even if they were in the same file. Now that I have separated semantic model and report (as best practice is teaching) everything works correctly. In essence your report has to be "connected live" to you data model in order dynamic values can be retrieved:
Hope this helps.
Regards,
C.
Thanks amitchandak
I forgot to mention that only one .pibx file behave that way. In option & settings everything looks ok:
and I have also cleared the Q&A cache:
It looks like the visual cannot access the dataset but my .pibx is an all-in (data + reports) so this sounds weird.
Hope someone can help?
I also had the same issue, maybe it's due to a bug in the latest version because I tried redownloading the older version and it work.