Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello,
I have a table with Country Names then I have a line and stacked column chart. When I select a country name from the table (is not a slicer) I want the chart name to change accordingly.
I came up with this 2 DAX expression
You may try a single measure as below. It doesn't have this problem.
Title = IF(HASONEVALUE(CountryTable[CountryName]),"The selected country is " & VALUES(CountryTable[CountryName]),"No country selected")
Notice that the data in my sample is from the same table. If your data are from different tables, please check the relationship between tables. This may lead to different results.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hello,
Thanks for the reply.
I had already tried that measure and still doesn't work.
Yes, the data is in different tables without a direct connection between them. There a table in the midle connecting the other two
Did you use CountryTable's CountryName column in both the slicer and the table visual? Currently, the cross-filter direction of relationship between CountryTable and the middle table is Both, try changing it into Single. In addition, if possible, change the relationship between the middle table and the "Origenes Articulos" table to Single direction too (the middle table filters "Origenes Articulos").
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 35 | |
| 35 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |