The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I'm working on a Power BI report that I want to integrate into a Power Apps application, and I can't seem to display the information I want.
I have two important data tables, CommonControlsEnd and HistoriqueModification. These two tables are linked by a third table called Affaires.
In the matrix I've set up, I've displayed the ‘EtapeModifiee’ and ‘FicheModifiee’ rows, which are in the HistoriqueModification table, and I've set the value ‘MostRecentCheck’, which gives me the status of the ‘FicheModifiee’ according to the filters I've chosen.
I'd like to be able to display information based on the progress of the form afterwards.
To do this, in the CommonControlsEnd table, I have the ‘Title’ column, which corresponds to the ‘FicheModifiee’ column, and in this table, I have the ‘Approuve’ column.
I'd like to have a new column in my table so that if ‘MostRecentCheck’ returns ‘false’, then nothing is displayed. If ‘MostRecentCheck’ returns ‘true’, it looks to see if there's any data in the ‘CommonControlsEnd’ table with the row name as the Title, if there isn't, it returns ‘Nothing’, if there is data, it looks at the status of the ‘Approuve’ column, if it's true, it returns ‘Verified’, otherwise it returns ‘To verify’.
Thank you in advance for your help !
Solved! Go to Solution.
Hi @Anonymous,
Sorry, I haven't worked since Friday.
I solved my problem at the end of the day on Thursday with this measure :
Hi, @Anonymous
You can try use Flag measure, and put the Flag measure into Filter Pane for filtering. Feel free to help you if you can share the test pbix file without sensitive data.
Best Regards,
Yang
Community Support Team
Hi @Anonymous,
Sorry, I haven't worked since Friday.
I solved my problem at the end of the day on Thursday with this measure :