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.
Calculate data based on live table & historical excel file.
Need to calculate total quotes:
1) For last 13 months data is available in DB
2) For period earlier than 13 month data is redacted from DB.
Can we somehow store the data fetched in Power Bi recursively?
If not then need to create a measure that will give total quotes from 2022 to till date:
DB will have data from Feb 2022 onwards but for Jan 22 it will be available in static excel file.
Table deatils:
1. DateTable is centralized table with all the calender date
2. DB is the data base table that hold current & last 13 month data
3. Historical table hold Jan 2022 data
Measure to be created that shows data for Jan 2022 from hostorical excel table and remaining month from DB and this will change as next month it should show Jan, Feb data from hostorical excel table and remaining from DB....
Can anyone please help me out on this
You could use Power Query to append the tables during the data load process so you'd just have a date table and a fact table and you don't need to worry about where the data is coming from.
I can not merge both the table as both table have totall different structure.
Historical file will be static table with just total Total Quotes in a month number whereas DB table is detailed table with records of each client data in each row something like below:
DB Table
QCLIN | QPIN | QDIN | QJIN | QANI |
2 | 2 | 1 | 1 | 2 |
132 | 1 | 2 | 1 | 2 |
198 | 1 | 1 | 1 | 1 |
211 | 2 | 1 | 1 | 1 |
Excel Historical data :
Year | Month | Total Quotes |
2022 | January | 111 |
2022 | February | 121 |
2022 | March | 112 |
2022 | April | 191 |
2022 | May | 144 |
2022 | June | 211 |
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 |
---|---|
58 | |
55 | |
55 | |
38 | |
29 |
User | Count |
---|---|
78 | |
62 | |
45 | |
40 | |
40 |