The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Experts,
Kindly suggest what am i missing here because the visual actual totals up to 25 however keeps on showing 36.
And when i apply filter "greater than equal to" 1 filter (in green on right) to avoid 0's, the calculation shows up correctly as 25 in blue below. However, than it mismatches with the top left visual (highlighted) in orange- where it should match with 36.
Please advise!
Solved! Go to Solution.
Hi, @Anonymous
I am not sure about how your measure looks like, but please try to write one more measure like below and put it into your visualization.
New measure =
SUMX ( VALUES ( [your client name column] ), [your travellers measure] )
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
Hi, @Anonymous
I am not sure about how your measure looks like, but please try to write one more measure like below and put it into your visualization.
New measure =
SUMX ( VALUES ( [your client name column] ), [your travellers measure] )
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/