Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
126 | |
113 | |
71 | |
65 | |
46 |