Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello
Is there way to dynamically change the visual title to include the value of the Visual TopN. In the screenshot the visual title is 'Top 10 Sales by Country.' I need it to read 'Top 5 Sales by country' or what ever the value is in the Show Items.
Thaks in Advance
Solved! Go to Solution.
Countcountry = IF(ISFILTERED(table[country]), COUNTROWS(VALUES(table[country])),0)
then build another measure for the title:
Countcountry = IF(ISFILTERED(table[country]), COUNTROWS(VALUES(table[country])),0)
then build another measure for the title: