Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
How to show the company info and address info on the above bubble label at different lines, as the following format:
COMPANY Cambridge Travel Lines
17 Hiwi Rd, Tauwhare, Hamilton, New Zealand
Thanks.
Solved! Go to Solution.
The error appears because is you have same adress to two or more companies.
Change the measure to control this:
CompanyName = CONCATENATEX(VALUES(Table2[Company Name]),Table2[Company Name],",")
hi, One Question: Do you have Company Id and Adress Info in one Column(field)?
I saw that you have 2 columns Company ID and Address Line.
Hi, I haven't used the field Address Line.
But I set CompanyName and Address info to one field Company using SQL statement like:
SELECT "COMPANY NAME"+'\n\r'+"ADDRESS LINE" AS Company, ... FROM COMPANY WHERE ...
Because I have troubles if I use two different fields, as described at
If you want to see the Company in tooltip
Create a measure
Company=Values('nameoftable'[CompanyName]) and put this measure in tooltip.
No need to join in one field
Thanks, your solution is perfect.
But how can you set Tooltips as Text? As you can see, mine Company field for Tooltips is treated as numbers, and I cannot find where to change it?
Create a measure
Company=Values('nameoftable'[CompanyName]) and put this measure in tooltip.
Tried to work it out, but there is an error message after I using measure. Not sure where needs to be modified?
The error appears because is you have same adress to two or more companies.
Change the measure to control this:
CompanyName = CONCATENATEX(VALUES(Table2[Company Name]),Table2[Company Name],",")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |