Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
how would i split up the genders on the x axis.
Solved! Go to Solution.
Hi, @kyliemcpoland
You can try @amitchandak method, thans for his reply. And if it does not work, you can try using Funnel Chart, a visual object that automatically sorts by the Gender field
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi, @kyliemcpoland
You can try @amitchandak method, thans for his reply. And if it does not work, you can try using Funnel Chart, a visual object that automatically sorts by the Gender field
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
@kyliemcpoland , You need to create measures
M1= calculate(Sum([Daily Steps]), filter(Table, Table[Gender] ="Male"))
M2= Sum([Daily Steps])
Ratio = Divide([M1], [M2])
Same way you can create others. Use TI for previous measures
Time Intelligence, Part of learn Power BI https://youtu.be/cN8AO3_vmlY?t=27510
Time Intelligence, DATESMTD, DATESQTD, DATESYTD, Week On Week, Week Till Date, Custom Period on Period,
Custom Period till date: https://youtu.be/aU2aKbnHuWs&t=145s
| User | Count |
|---|---|
| 55 | |
| 37 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 58 | |
| 39 | |
| 21 | |
| 21 |