March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello!
I have six calculated fields (KPIs) that take the sum of annual and monthly impressions, shares, and clicks.
Sum_Annual_Impressions = SUM('source_data_view'[annual_impressions])
Sum_Annual_Shares = SUM('source_data_view'[annual_shares])
Sum_Annual_Clicks = SUM('source_data_view'[annual_clicks])
Sum_Monthly_Impressons = SUM('source_data_view'[monthly_impressions])
Sum_Monthly_Shares = SUM('source_data_view'[monthly_shares])
Sum_Monthly_Clicks = SUM('source_data_view'[monthly_clicks])
Ideally, I would like a bar chart that looks like this:
It would be grouped between Monthly and Annual, and each chart is split between the shares, impressions, and clicks.
Is there a formula that could possibly group or categorize the six calculated fields - where the three monthly are categorized/grouped as 'Monthly', and the three annual are categorized/grouped as 'Annual'?
Solved! Go to Solution.
Hi, @Anonymous
According to your description, You can try Stacked Column Chart by Akvelon custom visual.
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
According to your description, You can try Stacked Column Chart by Akvelon custom visual.
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
70 | |
68 |