Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I have a measure that shows last week as a dot in a line and stacked column chart with the following measure:
IF(
HASONEVALUE( 'Dim - Date'[Yearweek] )
,IF(
VALUES( 'Dim - Date'[Yearweek] )
= LOOKUPVALUE(
'Dim - Date'[Yearweek]
,'Dim - Date'[Date]
,TODAY()-7
)
,[Total units (Packages)]*1.1
)
)
For other reasons I need to convert the chart to the Multiple axes chart by XViz.
But by doing so the dot is split by category (based on the legend), see below.
How can I rewrite the measure to only show one dot for the total as the previous image?
Thanks!
Solved! Go to Solution.
Hi @eliasayyy
Please try
Last week 2 =
CALCULATE ( [Last Week], ALL ( 'Product'[Product Group] ) )
Hi @eliasayyy
Please try
Last week 2 =
CALCULATE ( [Last Week], ALL ( 'Product'[Product Group] ) )
That solved it! Many thanks to you sir!
what are the multiple axis can you please elaborate
custom visuals might make thjis hard if you use field parameter on your mrasure and ceate a slicer to switch the axis, yo ucan use switch function to make it easy
to create a field paramter, go to modeling on your toolbar, seelcted new paramter, select field, insert your measures, add slicer and make it single select ,
add the field paramter column to your axis
you can now switch axis with the slicer
alter the measure
Thanks,
Field parameters is somehow restricted at our company so I cannot create one.
Is there any other way than field parameter?
no its usually turned off ,
go to file, options and settings, options global the, preview feautures and enable field paramters
Already turned on but nevertheless greyed out. No one have ever been able to tell me why but for some reason we cannot use field parameters:
@eliasayyy same for power query, cannot be accessed in our dataset, if that has something to do with it.
You have been very helpful although, thanks for taking the time!
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |