Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi ,
Can any one help me in solving the below issue.
Summary of the issue:
I am having a below Table visualization in Power BI where I need to create a measure “Expected Result(160) “ in such a way that
if “Actual Total Hours” is greater than 160 then I should display 160 else I should display the original value .
Logic used:
Actual Total hours= TAW hours + Billable hours+ Maintenance hours
Expected Result(160)= if([Actual Total hours]>160,160, [Actual Total hours])
Expected Result:
Problem :
The above logic is working fine for each row, but when it is coming to Total it is not summarizing the values like other columns , instead displaying 160 like in below image.
Note1: All the above number columns are not readily available in database , I have created in Power BI.
Note2: I have used measure for all the above calculations as I am getting circular dependency error if I am creating calculation in Column.
Current Result:
Use the below measures to get the correct totals.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |