Forum Discussion
sdavis
8 years agoFrequent Visitor
Divide with a filtered measure
Hi, I am new to PowerBI and trying to a measured columns in PowerBI for displaying a Card. I'm trying to divide with a filter, but getting an error (screenshot below). How can I devide with a fi...
- 8 years ago
Hi,
Does this work?
=DIVIDE(CALCULATE(COUNT('Sheet1 (2)'[Ticket ID]),FILTER(Sheet1 (2), 'Sheet1 (2)'[First response (hrs)] < 25)),COUNT('Sheet1 (2)'[Ticket ID]))
Ashish_Mathur
Super User
8 years agoHi,
I am not clear. Share yoru dataset and show the expected result.
sdavis
8 years agoFrequent Visitor
Are you able to download my .pbix file from the link?
- Ashish_Mathur8 years ago
Super User
Hi,
Just filter the measure int he visual filter section (look at the visualisation pane).
Hope this helps.
- sdavis8 years agoFrequent Visitor
Is there a way I can just filter a measure shown on a card without the entire page?
My new link shows an example with other charts included: https://www.dropbox.com/s/3uoxzx93srmowmd/Example_help.pbix?dl=0