Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I have a table:
Data Date | Project |
21-Jul-25 | Project1 |
21-Jul-25 | Project2 |
21-Jul-25 | Project3 |
21-Jul-25 | Project4 |
21-Jul-25 | Project5 |
15-Aug-25 | Project1 |
15-Aug-25 | Project2 |
15-Aug-25 | Project3 |
11-Sep-25 | Project4 |
11-Sep-25 | Project5 |
11-Sep-25 | Project5 |
I need to find out missing project name for each Data Date, The total project is 5, if you will go by Data Date, Project count are :
Measures:
Solved! Go to Solution.
I understand
result without selection
result with selection
File available here
https://drive.google.com/drive/folders/1uQWkkvYJX4PRv0dZc-Y53z7_bi-Is2Ai?usp=sharing
If this helped, please consider giving kudos and mark as a solution
@me in replies or I'll lose your thread
consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
Here is the solution, I created a simple data model with dimensuons Date and Projects connected 1 to many to the Facts table you supplied
PS I do not understand this code
Total Project = CALCULATE(MAXX(VALUES('Table'[Data Date]),[Project count]),ALL('Table'[Data Date]))
I think you can just write it as follows
Total Project =
and Projects Minnsing Count becomes = [Total Project] - [Project Count]
If this helped, please consider giving kudos and mark as a solution
@me in replies or I'll lose your thread
consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
Thanks for your reply, its work fine but I have Project slicer on my page. Its need to be work as well selected project also. Please reply ?
What would be the purpose of that slicer? If you select let's say project1 and project2, what should be the effetct on the measure listing the missing ones?
Please show me an image of what you want to get and clarify the above question, thanks
If this helped, please consider giving kudos and mark as a solution
@me in replies or I'll lose your thread
consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
Hi @FBergamaschi ,
result:
Measures will also need to be work on selected Project only. For example: if i select Project 1, then result will be:
if I selected Project 1 and Project 5 then result will be:
hope you understand my requirement . Thanks
I understand
result without selection
result with selection
File available here
https://drive.google.com/drive/folders/1uQWkkvYJX4PRv0dZc-Y53z7_bi-Is2Ai?usp=sharing
If this helped, please consider giving kudos and mark as a solution
@me in replies or I'll lose your thread
consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
User | Count |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |