Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello all
I have a problem, hope you guys can help
So I filtered by company and month to get an actual revenue.
Example:
If I want to filter [company 1] in February, the value will appear on the card. Furthermore, if I filter [company 1] with muti select in February and March, the card will only display the last value selected, which is March. So for the next. So whatever is selected, I just want to display the last actual value that was selected.
I have a problem because every time I do a multi select, then the value will be summed. But I only want to display the last selected value, not sum it up when i multi select the month
Please check the following file:
https://drive.google.com/file/d/1Jyq9DKiLb3JArLudGLzv1iyMgDeGRkU8/view?usp=sharing
Solved! Go to Solution.
Hi,
You may download my PBI file from here. I have selected Feb, Mar, Apr in the Month slicer
Hope this helps.
How to return the Sum for the last item selected in the slicer? My data does not use Calendar or include Months or Date Values.
Hi,
You may download my PBI file from here. I have selected Feb, Mar, Apr in the Month slicer
Hope this helps.
You are welcome.
@PowerVisualBI , make sure you also have month no(numeric) in your table.
then create a measure like
= var _max = maxx(allselected('Date') , 'Date'[Month])
return
calculate(sum(Table[Value]), filter('Date', 'Date'[Month] = _max))
Hello the greate user @amitchandak
I'm using the measure, not calculated column. So, calculate(sum(Table[value]), can't be used because it can only read calculated column in that condition, not with measure.
Maybe you can open my file first
Thank you
Hello mr @amitchandak
Looks like you failed to understand what I mean sir
This even creates an error. Maybe you can open my file first
Thank you
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 43 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |