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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
PrivateAnalytic
Helper IV
Helper IV

Issues with Finding a Value

Hello all! I am very perplexed on a particular value for a report I am creating. So I created a visual which shows the amont of people who are doing a particular task of a site (1st Picture). For this visual, I am using a column from the data I got, as well as a measure I created which calculates the distinct count of users. Now, when I look to add the subtasks as a legend to the report, using the same other 2 values, it is showing an increase in values by 20. I am very perplexed on how there is a 20 point jump just by simply adding the subtask as a legend to the visual. I would also like to figure out how to grab the total value from the 2 visuals. I am just so confused on this. Is there a DAX formula I can use for it? 

PrivateAnalytic_0-1669666924979.png

PrivateAnalytic_1-1669667012231.png

 

 

2 REPLIES 2
Mikelytics
Resident Rockstar
Resident Rockstar

Hi @PrivateAnalytic 

 

It is really hard to say based on your input. Is there a m:n or 1:n logic between your site and legend?

 

For being able to help you Can you please provide the following?

  • Picture of the data model where I see relevant tables, columns and relations
  • Formula definitions for the measures which are currently used your visual
  • Description of filter which are applied on the visual

 

Best regards

Michael

-----------------------------------------------------

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your thumbs up!

@ me in replies or I'll lose your thread.

-----------------------------------------------------

LinkedIn

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!

Hello Mike! Certainly!

  • Picture of the data model where I see relevant tables, columns and relations

PrivateAnalytic_0-1669668566178.png

Here is the Model. They are one to many relationships between the IDs.

  • Formula definitions for the measures which are currently used your visual
1. For the count of Purchase Plan Adopters = DISTINCTCOUNT('Users & Event-Ryan'[id])
2. The Client Plan Progression Table is formulated like:
Client Plan Progression =
SUMMARIZE('Users & Event-Ryan', 'Users & Event-Ryan'[id],
"PPP Task Completions", CALCULATE(COUNT('Users & Event-Ryan'[Task Completion Flag])))
  • Description of filter which are applied on the visual

The only filter being applied is from an Excel sheet, which only includes people who are active with the Plan.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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