March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have measue where break down by road side Left and right side and there is numbers
i measure if segment is gretaer then 0 then 1 and if not then 0
now new measure want to count all ones by road side its counting both side
so i need result break down by road side output will be 5 on left and 4 on right
Please try this expression instead, replacing with the correct table and column names.
NewMeasure = SUMX(VALUES(Table[_50segment_id]), [Sum Covered])
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
SUMX(VALUES(Table[_50segment_id]), [Sum Covered])
Still giving 18
Hi @SkorpionAAM
I would create a column as below
CALCULATE(sum(table[sum_covered]),allexcept(table,table[road Side]))
and use max while plotting if required.
Did I resolve your issue? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!!
Regards,
Pranit
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
This Already in measure so i cant use Sum in Measure
HI @SkorpionAAM
try...
CALCULATE(sumx(table[sum_covered]),allexcept(table,table[road Side]))
Did I resolve your issue? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!!
Regards,
Pranit
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
no
HI @SkorpionAAM
try MAXX instead of SUMX
Did I resolve your issue? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!!
Regards,
Pranit
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
Same .. shall i share the Power bi file to you if u dont mind
HI @SkorpionAAM
Sure...
Regards,
Pranit
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
please downlowd the File from here
https://drive.google.com/file/d/1m5P_f6-ssCiAbmXVkDyl837WnBGvgAG8/view?usp=sharing
when ypou dont summrized the Count of _50kmsegement_id then you will get the Value on measure on left and right
Hi @SkorpionAAM
What is the folder and the file name?
Regards,
Pranit
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
File Nme is
Gas Station Need and Road coverage analysis V21
I uploazd as A zip file now u can download
Hi @SkorpionAAM ,
I gave it some time, The formula should work. its a simple requirement.
Looks like there are lot of table joins which I didn't get into for many to one or one to many.
But the fourmla should work also, The report doesn't have the first chart you mentioned in the initial issue.
Maybe you should try simplifying the dataset.
Sorry buddy, Hope it works for you. I am calling it a day.
Regards,
Pranit
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |