Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi, this is probably something simple... but I can't get it to work...
I created a measure to get the cost. For some reason it is not summarizing correctly.
This is the Measure
This is the table you can see the yellow has not been summed.
Any ideas on how to resolve?
Solved! Go to Solution.
I solved this at the end... I neede to use the USERPRINCIPAL() function so thats why I needed a measure.
At the ned I created a column field with the above logic and then created a measure referencing the column and using the userprincipla().
Below the code I used to reference the column with above logic and added the userprincipal.
It worked
I solved this at the end... I neede to use the USERPRINCIPAL() function so thats why I needed a measure.
At the ned I created a column field with the above logic and then created a measure referencing the column and using the userprincipla().
Below the code I used to reference the column with above logic and added the userprincipal.
It worked
Hi @LukeDrako ,
We haven’t received a response yet and want to ensure the solution met your needs. If you need any further assistance, feel free to reach out we’d be happy to help. If everything is working as expected, kindly mark it as Accepted as solution.
Thank You.
Hi @LukeDrako ,
Please let us know if your issue is solved. If it is, consider marking the answer that helped 'Accept as Solution', so others with similar queries can find it easily. If not, please share the details.
Thank you.
Hi,
LOOKUPVALUE() function is used as a calculated column (not as a measure). To get specific help, share some data, explain the question and show the expected result.
Hi @LukeDrako
I remember @Tutu_in_YYC fixed a similar issue , check if this helps you ?
https://community.fabric.microsoft.com/t5/Desktop/summing-time-utilization/td-p/4615038
Yup similar issue. Especially @LukeDrako is using switch statement in the result.
The reason why it is returning 4097, is probably because its returning only one of the cases in the switch statement instead of summing it.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |