The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |