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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Decter3343
Frequent Visitor

To use measure value in the tool tip

Hi. thanks for your attention 

 

Here are the polished sentences:

"The dashboard consists of two pages. One page shows the status, and the other is solely for tool tips.

On the main page, there are measured values listed as follows:

  1. Order Quantity - written using a slicer
  2. Maximum Distance - the minimum required condition. If I choose 30 km, the map shows factories within a 30 km radius.
  3. Possible factory and distribution quantity - if I input an order quantity of 30 ea and a maximum distance of 10km, it shows possible factories. For instance, the possible quantity of a factory is only 5, meaning that each factory should make 6 ea for  the order. The distribution quantity is calculated by dividing the order quantity by the possible factory count.

        below Dax is what i used for count

      

     Possible_Factory = COUNTROWS(FILTER('table', [Calculate_distance] <= 'Max_distance'[Max_distance_Value]))

     Distribution_Quantity y= Order_Quantity / Possible_Factory

 

The other page is for tool tips. It shows the following information:

  1. Factory Capability - each factory is different and has varying capabilities. Some can make 3 ea per day, and others can make 10 ea per day. Therefore, I want to compare the distribution quantity to the factory capability.

The problem occurs in the tool tip. The distribution quantity is not shown. i found right number of Order Quantity but Possible_Factory is not calculated in the tooltip page. i think count function is not work. because all of filter is input in the main page. i think its filtered information is not shared to tool tip page. 

 

Is there another way to create a graph that compares the current distribution quantity to the factory capability in the tool tip?"

it is very helpfull to make measure value that compare selected condition is maintain in the tool tip. 

 

thanks for your concern. 

1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors