The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello
A have a flat data table related to some running times and postions example of it is below
RaceNumber | Position | Time(mins) | Name |
1 | 1 | 20 | Bob |
1 | 2 | 21 | John |
1 | 3 | 22 | Jane |
2 | 1 | 18 | Sally |
2 | 2 | 19 | Tim |
2 | 3 | 23 | Anne |
I am trying to a get distribution of the time (mins ) columns based on the postion the runners comes
example something like this
I have a filters on the page for racenumber and position. For this i want the filter on the racenumber to be ignored
My measure for
Total runs =
Hi @Anonymous - try moving the filter on your table inside the COUNTROWS function
Total runs =
CALCULATE (
COUNTROWS ( ALLEXCEPT ( 'All Race Data', 'All Race Data'[RaceNumber] ) )
)
If that doesn't work, please share your pbix with sensitive data removed.
Hope this helps
David
@dedelman_clng Thanks for your suggestion but it did not work
This is what i currently have. I want it to see the mintue distribution for any selected overall position, i don't want the racenumber filter to have any effect on the visual. I understand i can use edit interactions - just hoping to find a dax solution
Here I am using the measure
But it didn't work
I have an editted version of the pbix as you have suggested.
I can't figure out how to upload it here?
Hi @Anonymous - as far as the report file goes, put it on a sharing site (onedrive, google, Dropbox, etc) and provide the link in your post.
David
Okay thanks @dedelman_clng
Here is the pbix file here
https://www.dropbox.com/s/nzyosfv8yysjtms/5km%20run%20edit.pbix?dl=0
User | Count |
---|---|
14 | |
12 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
13 | |
8 | |
5 |