Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
Intending to create a visual that displays the opposite of what is selected by a slicer, I have created a duplicate of the original table in which I have included the measure specified below:
As you see the total displayed in the table is 116, however the barchart does not take the measure.
Hope someone could give me a hand.
Thanks beforehand,
Santiago
Thanks for your answer, but I don't undersantand what is meant by index column nor adding that as additional column.
Interpretating your answer I have also tried to create a measure that contains the count of ID tarea and I experience the same undesired result. Having this dynamic calculation depending on the slicer, does not work with creating a column, makes sense as a measure though.
@sdiaz , there is no option on bar visual for unsummarized, you will only see aggregated values. You need to have index column if needed and then have that as additional column on axis
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |