Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have summarized data that is broken into categories by date, and I would like to be able to select between the three columns based on a data slicer.
For Example:
Name Last3Months Last6Months Last9Months
A 1 2 3
B 2 3 4
If the "Last 3 Months" slicer is selected, I'd like to see a visual table in the format of:
Name Count
A 1
B 2
If the "Last 6 Months" slicer is selected, I'd like to see a visual table in the format of:
Name Count
A 2
B 3
Hopefully that made sense!
Solved! Go to Solution.
Hi @nzcatala,
Based on my test, you could refer to below steps:
Unpivot your row table with these three columns:
Result:
Now you could use the [Attribute] column as filter:
You could also download the pbix file to have a view.
Regards,
Daniel He
Hi @nzcatala,
Based on my test, you could refer to below steps:
Unpivot your row table with these three columns:
Result:
Now you could use the [Attribute] column as filter:
You could also download the pbix file to have a view.
Regards,
Daniel He
User | Count |
---|---|
77 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
99 | |
92 | |
50 | |
49 | |
46 |