The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I've seen lots of similar new messages lately but couldn't find a solution to my problem.
Im gonna share three screenshots about the issue.
PB1 screenshot - column "% gerceklesen" simply calculates column "A" / column "B"
column "C" or "Ay" as the name seen there represents month;
PB2 screenshot - there i focus on visualization in gauge format, the one with % symbol. (%76,9 corresponds to month "ocak+subat" value.) Months are in slicer with local names (turkish);
PB3 screenshot - there, in slicer no specific month selected, all values come with sum of relevant columns; in gauge, it seems %159,4, sum of first two rows. But i simply need the total sum column A / total sum column B as percentage, which should be %80,3
I hope it's clear enough.
Thanks,
Caglar
Solved! Go to Solution.
HI @Anonymous,
Create a measure that calculates both value and not a colum as you can see below it works fine:
Measure % Ger = DIVIDE(SUM(Sats[Total TEU Gerçekleçen]),SUM(Sats[Total TEU Hedeflenen]))
Regars,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHI @Anonymous,
Create a measure that calculates both value and not a colum as you can see below it works fine:
Measure % Ger = DIVIDE(SUM(Sats[Total TEU Gerçekleçen]),SUM(Sats[Total TEU Hedeflenen]))
Regars,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsUser | Count |
---|---|
60 | |
55 | |
53 | |
49 | |
30 |
User | Count |
---|---|
179 | |
87 | |
70 | |
48 | |
45 |