Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I am creating this table, in which every column is based on the Company Name. For some reason all of my other columns are showing the same values throughout the table. I just want to have each column to populate based on the Company Name for each particular row.
Solved! Go to Solution.
Hi, @NJ81858
Your new grouping table doesn't apear to have a relationship with table 'ACH Trans-INITATED' (based on field 'CompanyName') .
Please try formula like:
Date =
CALCULATE (
LASTDATE ( 'ACH Trans-INITATED'[Batch Date Initiated] ),
FILTER (
'ACH Trans-INITATED',
'Grouping Table'[Company Name] = 'ACH Trans-INITATED'[Company Name]
)
)
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi
Try put all your formulas in a CALCULATE Function also, you should remove all the filters exept the company name, something like this:
Average Days =
CALCULATE(
AVERAGE(your_table[your_column]),
ALLEXCEPT(your_table,your_table[Company Name]))
Kind regards,
José
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂
I changed the way that the date is calculated to be this and it still shows up as the same for each company name.
Hi, @NJ81858
Your new grouping table doesn't apear to have a relationship with table 'ACH Trans-INITATED' (based on field 'CompanyName') .
Please try formula like:
Date =
CALCULATE (
LASTDATE ( 'ACH Trans-INITATED'[Batch Date Initiated] ),
FILTER (
'ACH Trans-INITATED',
'Grouping Table'[Company Name] = 'ACH Trans-INITATED'[Company Name]
)
)
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Coult you share you PBI file so that we can take a look? If you want you can DM me
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 |
---|---|
10 | |
9 | |
9 | |
8 | |
8 |
User | Count |
---|---|
14 | |
12 | |
11 | |
11 | |
8 |