Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Tooltip description box for Measures requiring scroll after feb update

Hello all, I used to set the description of my measures as a tooltip box  to make it easier to debug my stuff. However after the Feb update, the bigger tooltips appear in a scroll box.. and since it is a hover over feature I cannot even scroll that box ...

For smaller ones it looks fine 

talleslessa_1-1645617537809.png

 

But for bigger ones the look like this: they used to look just like a smaller one however with a bigger box.

 

talleslessa_0-1645617511158.png

 

Is there a way to revert this change or how the hell I am supposed to scroll over a feature that shows as a "hover over" feature ?

Thank you


 

3 REPLIES 3
v-eqin-msft
Community Support
Community Support

Hi @Anonymous ,

 

It seems that you add some information to the Description field for the measure:

Eyelyn9_0-1646016327752.png

 

According to the PBI change log document

Eyelyn9_3-1646016649131.png

 

 

So my PBI is the latest version , and based on my test, you need to firstly go to the format link—— https://www.daxformatter.com/

 

format the measure and then then copy the formatted DAX:

Eyelyn9_1-1646016415639.png

Output:

Eyelyn9_2-1646016456862.png

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

I wasn't aware that this would be a feature on Power BI Desktop. It also doesn't seem to bring up any sort of extended tooltip in my version 2.102.683.0 64-bit (February 2022)

 

lbendlin_0-1645922819871.png

 

Do you have steps to reproduce this?

Anonymous
Not applicable

@lbendlin It does not do it by deafult. You need to get a measure, go to data the data model, select your measure and add its DAX to the description. You need to do it one by one.
Alternalively if you use tabular editor  you can set an advanced script to do so. Just open up Tabular editor got o advanced scripting and add the following code and run it. It will get all dax of all meausres and set to its description.

 

"foreach (var m in Model.AllMeasures) { m.Description = m.Expression; }"

 

talleslessa_0-1646658925795.png

 

@v-eqin-msft Yeah my measureshave multiple lines, since usually wrtie my DAX with linebraks. Due to the script above , but before it used to  show everything with line breaks correctly. Will try to add mess around with formating it on the script before applying the description box.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.