Hi All
Is it possible in Power BI to create 2 slices form the data in the following format?
I need a slice to choose Revenue Or Profit and second slicer to choose period: Month, Year, From Inception date
thank you
Solved! Go to Solution.
@xariet , if you want date join to be an option, you can have inactive join with a date table and can activate them using userelationship or use crossfilter non to break the join
Check Hire/Terminated
Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...
For selection, you can use field parameters, if you want to keep 4 measures.
If not you have to create measures using the old measure technique, but you need to check two values (in my example I check only one value)
old way
How to create a Measure Slicer: https://youtu.be/b9352Vxuj-M
Power BI Field Parameters — A Quick way for Dynamic Visuals: https://amitchandak.medium.com/power-bi-field-parameters-a-quick-way-for-dynamic-visuals-fc4095ae9af...
Power BI Field Parameters- Measure Slicer and Axis/Dimension slicer: https://youtu.be/lqF3Wa1FllE
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
@xariet , if you want date join to be an option, you can have inactive join with a date table and can activate them using userelationship or use crossfilter non to break the join
Check Hire/Terminated
Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...
For selection, you can use field parameters, if you want to keep 4 measures.
If not you have to create measures using the old measure technique, but you need to check two values (in my example I check only one value)
old way
How to create a Measure Slicer: https://youtu.be/b9352Vxuj-M
Power BI Field Parameters — A Quick way for Dynamic Visuals: https://amitchandak.medium.com/power-bi-field-parameters-a-quick-way-for-dynamic-visuals-fc4095ae9af...
Power BI Field Parameters- Measure Slicer and Axis/Dimension slicer: https://youtu.be/lqF3Wa1FllE
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
User | Count |
---|---|
110 | |
63 | |
61 | |
37 | |
37 |
User | Count |
---|---|
118 | |
65 | |
65 | |
64 | |
50 |