Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello everyone,
I have a measure that is calculating the "% Expend" for each of the rows in the table. However, when no row is selected, the measure calculates the overall "% Expend".
I would like this measure to show no calculation at all for the overall and just show the value when any of the rows are selected.
Thank you!
Solved! Go to Solution.
@Anonymous
Try something along the lines of:
selected row = IF(ISFILTERED(Table [field]), [% Expend])
Proud to be a Super User!
Paul on Linkedin.
@Anonymous
Try something along the lines of:
selected row = IF(ISFILTERED(Table [field]), [% Expend])
Proud to be a Super User!
Paul on Linkedin.
it worked perfect.
Thanks a lot!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 130 | |
| 103 | |
| 58 | |
| 39 | |
| 31 |