Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi, I need help to understand what's going on with the relationships between tables.
I have two tickets table from two differents softwares. I getting this information with SQL in Power BI.
I have dCalendar and Details table too.
The Details table brings the url from each client and it's connected to both tickets tables by the Client field.
The dCalendar also it's connected to both tickets tables by the DataCompleta field.
When a try to put this informations in a table visuals, the values double.
What I'm doing wrong?
PS: The prints informations are in Portuguese.
Solved! Go to Solution.
Hello @v-eachen-msft
I try this but it doesn't work. 😕
I try to change the relationship between tables and my problem was partially resolved. The registers don't repeat anymore but the numbers are different comparing individuals values against values of table. Prints down bellow:
Same date and client but the numbers are different.
I updated the new file onthe same link to use as a sample.
I appreciate any help!
I need help, new to Power bi, How can I create relationship between this table? I have to source of data one for DATA # & DATA $, And I have to completed calculated tables for each, how can I work with all tables by crating the relationship between the tables.
Hi @Anonymous ,
You could edit the [StartYear] and [EndYear] like the following DAX:
StartYear = CALCULATE ( MIN ( Data[DataCompleta] ), ALLSELECTED ( Data[DataCompleta] ) )
EndYear = CALCULATE ( MAX ( Data[DataCompleta] ), ALLSELECTED ( Data[DataCompleta] ) )
Hello @v-eachen-msft
I try this but it doesn't work. 😕
I try to change the relationship between tables and my problem was partially resolved. The registers don't repeat anymore but the numbers are different comparing individuals values against values of table. Prints down bellow:
Same date and client but the numbers are different.
I updated the new file onthe same link to use as a sample.
I appreciate any help!
Hi @Anonymous ,
Could you please share your sample data and excepted result to me if you don't have any confidential Information. Please upload your files to One Drive and share the link here.
Thanks for your help @v-eachen-msft !
Here is the link with my sample.
https://drive.google.com/open?id=1F8lAv0HxOl4WTD9ert3rrFyEbfd-Rrsf
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |