Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Abhi3004
Regular Visitor

Graph Question

We have a Table named Final Sheet with columns Date, Channel, Device, Country, UV, PDP UV, Catalog Page UV, Cart Additions, Checkouts, Orders. I want to create measures named as CVR = Orders/UV, UV to PDP = PDP UV/UV, UV to Catalog = Catalog Page UV/UV, P2C = Cart Additions/PDP UV, C2C = Checkouts/Cart Additions, C2O = Orders/Checkouts. Then I want to make 5 slicers one of Country, Second of Channel, Third of Device, fourth of Date and Fifth slicer containing all of the following columns UV, PDP UV, Catalog Page UV, Cart Additions, Checkouts, Orders, CVR, UV to PDP, UV to Catalog, P2C, C2C, C2O. With all these filters we want to create operate Graph which shows the trend of last 7 days with the selected dates.

We tried unpivot method by creating columns of CVR, UV to PDP, UV to Catalog, P2C, C2C, C2O but with this the graph started giving sum of CVR, UV to PDP, UV to Catalog, P2C, C2C, C2O. The average function also doesn't works for this as the average is not giving accurate data.

Please suggest how we can solve this.

0 REPLIES 0

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors