Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Dear Experts,
i really need help on achieving the below screenshot in Power Bi. basically i need to have few columns by Area then its Daily total, then monthly sales by Area and its Total and then YTD total. how can i achieve this. please see below snapshot in excel:
im beginner in Power bi. if this can be achieved that would be brilliant
Regards,
Abbas
Solved! Go to Solution.
Hi @abbas_uddin
Create calculated columns
year = YEAR([date])
month = FORMAT([date],"mmm-yy")
day = FORMAT([date],"dd-mmm-yy")
Add them to the columns fieldof a matrix visual,
Then rename "total" under "Subtotal" option,
For more details, please refer to my pbix.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @abbas_uddin
Create calculated columns
year = YEAR([date])
month = FORMAT([date],"mmm-yy")
day = FORMAT([date],"dd-mmm-yy")
Add them to the columns fieldof a matrix visual,
Then rename "total" under "Subtotal" option,
For more details, please refer to my pbix.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@v-juanli-msftThanks for your reply and can be solved for the scenario where dates are available, however how can we achieve this if we have pre calculated measures imported from query like CY Sales or LY Sales meaning the data doesnt contain any dates. so in that case where total of CY Sales by area and after the CY Total, there is LY Sales by Area and Tota (Total is not mandatory thing, treating the CY and LY as header is what i want to achieve)
What Power Bi is doing for my case is that it is showing CY Sales and LY Sales for area 1 and so on. It is treating Area as header and below that there is CY and LY. however i want header to be CY and below there should be areas.
Since CY and LY is a value measure i cant put them on columns to treat as header. Please see below snapshot for the requirement:
let me know if this also can be achieved. Thanks alot for the support
Regards,
Abbas
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
108 | |
98 | |
39 | |
30 |