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 have millions for records in Sales table and we never use these Transaction level data in these reports. Always aggregate data.
Step 1: So I've created a Aggregate table using SUMMERIZE function and its working, seeing data, and report also looks good.
step 2. Added a filter using CalculateTable(): and this is also working, seeing data on the report as expected.
CALCULATETABLE ( SUMMERIZE (SalesFact,......), FILTER(SalesFact,...))
Step 3. I have another table and am trying to combine this table into above summerize table. So, am using Union as below:
UNION( CALCULATETABLE ( SUMMERIZE (SalesFact,......), FILTER(SalesFact,...)) , SUMMERIZE(SalesFactTable2,...)
When am done with creating this new table, am seeing data in the Data view. But am not able to see any data on the report.
and also I completely created new page to test, just pulled Total Sales onto the report and no data. but when I remove UNION part in the above DAX it's working.
Really appreciate help.
Solved! Go to Solution.
Hi @Anonymous ,
You may considerate the limitations of UNION function:
By my test using the functions and formula above to reproduce your scenario, it works well. You may upgrade the Power BI Desktop to the latest version 2.74.5619.862, and try it again.
You can download my test pbix from here.
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
You may considerate the limitations of UNION function:
By my test using the functions and formula above to reproduce your scenario, it works well. You may upgrade the Power BI Desktop to the latest version 2.74.5619.862, and try it again.
You can download my test pbix from here.
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you, @v-xicai based on your suggestion I've created a view in the database outside Power BI for summerized data (from both tables) and using this view as Source. Now I just have 5000 rows from 20 million rows.
For these reports I dont need indiivdual transactions.
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 |
---|---|
78 | |
76 | |
53 | |
37 | |
31 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |