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.
Hello Friends,
Hoping someone can help me with my issue.
I have 2 visuals on my page:
Sample
My measure [Count tickets] is:
My first issue: The 2nd visual does not properly display my details. Example, "NY" is associated with the EAST Region but the table displays a record for ALL 4 Regions. Not sure why?
My 2nd issue: When I Drill Down using my first visual, the details does not display as expected. Example: If I click on the number "3" that represents number of Tickets from 2018 in the West region, I would expect to only see 3 records in the 2nd visual.
Any help would be great.
thanks
CS
Hi @CSayaxang
for the first issue replace fields State in visual: place in [state] from Region table
about second its difficult to say without look at source data and relationahip between tables.
I replaced the State field but still having issues. You don't think it has anything to do with my Measure? When I remove the [Count Tickets] measure, my second visual displays properly and the drill down works as expected.
Here's a screenshot showing the data in each table and the Relationship:
do you use visual settings like here?
I figured it out. It was my Measure. I needed to add GROUPBY at the end in order for visual 2 to display properly. Now, it displays correctly when I drill down. Thanks for talking through this with me!
Can you show the final dax formula that worked for you? How did you modify your original formula viz.,
`= CALCULATE(DISTINCTCOUNT(Tickets[Ticket#]),ALLEXCEPT(Tickets,Tickets[Cust Name]))`
to include a `GROUPBY`?
User | Count |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |