Forum Discussion
calculating sum for different rows depending on column value (date information)
- Anonymous4 years ago
Hi AmenYves ,
I created a sample pbix file(see attachment) for you, please check whether that is what you want.
1. Create a date dimension table as below
2. Create relationship among the date dimension table, first table and second table
3. Create a measure as below:
Measure = DIVIDE(SUM('First Table with information'[ACTIVE Focus Group]),SUM('Second Table with information'[Active]))If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Hello rajulshah
Tables in Power BI
2nd Table in power BI
"Active Focus Group" and "Active" are set to "count" in properties (originally set to sum, doesn't make a difference) and are supposed to be
1. summarized by date and
2. divided with "Sum from date 1 Table 1" / "Sum from date 1 Table 2".
The two tables are linked via one parameter only (here linked relationship) and the relationship setting is as such
Hope this helps.
- Anonymous4 years agoNot applicable
Hi AmenYves ,
I created a sample pbix file(see attachment) for you, please check whether that is what you want.
1. Create a date dimension table as below
2. Create relationship among the date dimension table, first table and second table
3. Create a measure as below:
Measure = DIVIDE(SUM('First Table with information'[ACTIVE Focus Group]),SUM('Second Table with information'[Active]))If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards