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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Pandetbaby
Frequent Visitor

Create a measure so I can show values of one filtered and one non filtered?

Hey!

So I want to create 1 line graph with 2 lines. 

One of the lines are % passed of the complete number of all registrered stores.

The second line will be % passed of only stores that were visited. 

 

It is impotant that I an get them in the same  graphs, so using filters on visuals wont work.

 

So say these are my numbers:

 

Stores Passed : 10

Store Visited: 50

Store in total: 100

 

I want this to show me 
% of total store passed: 10%

% of visited store passed: 20%


Thank you !

1 ACCEPTED SOLUTION
JarroVGIT
Resident Rockstar
Resident Rockstar

You can create two measures and add them to your line table, like this one:

% Passed measure = DIVIDE([Stores Passed], CALCULATE(SUM(Table[Stores], ALL(Table))

,Without knowing what your datamodel looks like, it is guessing what the exact measure should be. But adding those measures to one line graph is very possible 🙂

 

Kind regards

Djerro123

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

If this answered your question, please mark it as the Solution. This also helps others to find what they are looking for.

Keep those thumbs up coming! 🙂





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
JarroVGIT
Resident Rockstar
Resident Rockstar

You can create two measures and add them to your line table, like this one:

% Passed measure = DIVIDE([Stores Passed], CALCULATE(SUM(Table[Stores], ALL(Table))

,Without knowing what your datamodel looks like, it is guessing what the exact measure should be. But adding those measures to one line graph is very possible 🙂

 

Kind regards

Djerro123

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

If this answered your question, please mark it as the Solution. This also helps others to find what they are looking for.

Keep those thumbs up coming! 🙂





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.