Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
i have 2 questions
1) how to calculate average of this [Total]
which i use this formula but, it returns in blank
Solved! Go to Solution.
Hi @peoplehelpme ,
The line and clustered column chart does not support this display format.
I think it is possible to add the date field to the column legend as a basis for grouping and displaying all values.
M_ = SUM(wgr[Total])
Or only keep each date-based filter via bookmark. You can refer to below document:Create report bookmarks in Power BI to share insights and build stories - Power BI | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @peoplehelpme ,
In my tests, I can display the formula you provided correctly:
Also, if you don't want to display the x-axis as a slider, you can change the x-axis type:
Finally, if you want to display the corresponding results based on the selected date. You can create a date table as a filter with the following formula and then create a relationship between it and the wrg table.
Date_slicer = VALUES(wgr[Date])
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
hi sir,
first row of chart is image that i want the chart will be, see all data in one page, no slider x-axis
Hi @peoplehelpme ,
The line and clustered column chart does not support this display format.
I think it is possible to add the date field to the column legend as a basis for grouping and displaying all values.
M_ = SUM(wgr[Total])
Or only keep each date-based filter via bookmark. You can refer to below document:Create report bookmarks in Power BI to share insights and build stories - Power BI | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
84 | |
75 | |
69 | |
48 | |
39 |
User | Count |
---|---|
111 | |
56 | |
50 | |
42 | |
40 |